Make drmkms find header files from sys/external/bsd/common.

This commit is contained in:
riastradh 2014-04-01 15:08:58 +00:00
parent f2bbabef07
commit 579dbc3bf5
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files.drmkms,v 1.4 2014/03/31 13:38:44 riastradh Exp $
# $NetBSD: files.drmkms,v 1.5 2014/04/01 15:08:58 riastradh Exp $
define drmkmsbus { }
@ -18,6 +18,7 @@ defflag opt_drmkms.h DRMKMS_DEBUG
makeoptions drmkms CPPFLAGS+="-I$S/external/bsd/drm2/include"
makeoptions drmkms CPPFLAGS+="-I$S/external/bsd/drm2/dist/uapi"
makeoptions drmkms CPPFLAGS+="-I$S/external/bsd/drm2/dist/include"
makeoptions drmkms CPPFLAGS+="-I$S/external/bsd/common/include"
makeoptions drmkms "CWARNFLAGS.drm_crtc.c"+="-Wno-shadow"
makeoptions drmkms "CWARNFLAGS.drm_edid.c"+="-Wno-shadow"

View File

@ -1,8 +1,9 @@
# $NetBSD: files.drmkms_linux,v 1.3 2014/03/31 13:38:44 riastradh Exp $
# $NetBSD: files.drmkms_linux,v 1.4 2014/04/01 15:08:58 riastradh Exp $
define drmkms_linux: i2cexec, i2c_bitbang
makeoptions drmkms_linux CPPFLAGS+="-I$S/external/bsd/drm2/include"
makeoptions drmkms_linux CPPFLAGS+="-I$S/external/bsd/common/include"
file external/bsd/drm2/linux/linux_gfp.c drmkms_linux
file external/bsd/drm2/linux/linux_kmap.c drmkms_linux

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.2 2014/03/18 18:20:43 riastradh Exp $
# $NetBSD: Makefile.inc,v 1.3 2014/04/01 15:08:58 riastradh Exp $
# Common makefile cruft for drm2 code.
@ -8,6 +8,7 @@
CPPFLAGS+= -I${S}/external/bsd/drm2/include
CPPFLAGS+= -I${S}/external/bsd/drm2/dist/uapi
CPPFLAGS+= -I${S}/external/bsd/drm2/dist/include
CPPFLAGS+= -I${S}/external/bsd/common/include
CPPFLAGS+= -D__KERNEL__
# XXX Is this the right place to set this?