Home | History | Annotate | Line # | Download | only in drmkms_linux
Makefile revision 1.4.4.2
      1  1.4.4.2  tls # $NetBSD: Makefile,v 1.4.4.2 2014/08/20 00:04:33 tls Exp $
      2  1.4.4.2  tls 
      3  1.4.4.2  tls .include "../Makefile.inc"
      4  1.4.4.2  tls 
      5  1.4.4.2  tls .PATH: ${S}/external/bsd/drm2/linux
      6  1.4.4.2  tls 
      7  1.4.4.2  tls CPPFLAGS+=	-I${S}/external/bsd/drm2/include
      8  1.4.4.2  tls 
      9  1.4.4.2  tls # XXX Kludge!
     10  1.4.4.2  tls CPPFLAGS+=	-DDIAGNOSTIC
     11  1.4.4.2  tls 
     12  1.4.4.2  tls KMOD=	drmkms_linux
     13  1.4.4.2  tls 
     14  1.4.4.2  tls SRCS+=	linux_dmi.c
     15  1.4.4.2  tls SRCS+=	linux_kmap.c
     16  1.4.4.2  tls SRCS+=	linux_i2c.c
     17  1.4.4.2  tls SRCS+=	linux_idr.c
     18  1.4.4.2  tls SRCS+=	linux_list_sort.c
     19  1.4.4.2  tls SRCS+=	linux_module.c
     20  1.4.4.2  tls SRCS+=	linux_work.c
     21  1.4.4.2  tls SRCS+=	linux_writecomb.c
     22  1.4.4.2  tls 
     23  1.4.4.2  tls .include <bsd.kmodule.mk>
     24