Home | History | Annotate | Line # | Download | only in drmkms_linux
Makefile revision 1.7.16.1
      1  1.7.16.1  pgoyette # $NetBSD: Makefile,v 1.7.16.1 2018/09/06 06:56:43 pgoyette Exp $
      2       1.7     skrll 
      3       1.7     skrll #
      4       1.7     skrll # At some point this needs to turn into linux.kmod and a proper home for it
      5       1.7     skrll # found.  For now pickup the linux_work.c from the (increasingly poorly
      6       1.7     skrll # named) common area.
      7       1.7     skrll #
      8       1.2  riastrad 
      9       1.2  riastrad .include "../Makefile.inc"
     10       1.2  riastrad 
     11       1.7     skrll .PATH: ${S}/external/bsd/common/linux
     12  1.7.16.1  pgoyette .PATH: ${S}/external/bsd/drm2/linux
     13       1.2  riastrad 
     14       1.5  riastrad CPPFLAGS+=	-I${S}/external/bsd/common/include
     15       1.2  riastrad CPPFLAGS+=	-I${S}/external/bsd/drm2/include
     16       1.2  riastrad 
     17       1.2  riastrad # XXX Kludge!
     18       1.2  riastrad CPPFLAGS+=	-DDIAGNOSTIC
     19       1.2  riastrad 
     20       1.2  riastrad KMOD=	drmkms_linux
     21       1.2  riastrad 
     22  1.7.16.1  pgoyette SRCS+=	linux_atomic64.c
     23  1.7.16.1  pgoyette SRCS+=	linux_dma_buf.c
     24       1.3  riastrad SRCS+=	linux_dmi.c
     25  1.7.16.1  pgoyette SRCS+=	linux_fence.c
     26       1.2  riastrad SRCS+=	linux_i2c.c
     27       1.2  riastrad SRCS+=	linux_idr.c
     28  1.7.16.1  pgoyette SRCS+=	linux_kmap.c
     29       1.2  riastrad SRCS+=	linux_list_sort.c
     30       1.2  riastrad SRCS+=	linux_module.c
     31  1.7.16.1  pgoyette SRCS+=	linux_rcu.c
     32  1.7.16.1  pgoyette SRCS+=	linux_reservation.c
     33  1.7.16.1  pgoyette SRCS+=	linux_work.c		# XXX Move me to linux.kmod.
     34       1.3  riastrad SRCS+=	linux_writecomb.c
     35       1.6  riastrad SRCS+=	linux_ww_mutex.c
     36       1.2  riastrad 
     37       1.2  riastrad .include <bsd.kmodule.mk>
     38