aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-01-28 16:30:14 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-01-28 16:30:14 +0000
commit814aaaa7da4dab462d90e12e7b48b75f2093ccfd (patch)
tree2c6bd517749cd02bc883df30a24bc4de3f938fda /sys/modules
parentdc5f9fcdae3869ad302953abf997f3a198ca1f4b (diff)
downloadsrc-814aaaa7da4dab462d90e12e7b48b75f2093ccfd.tar.gz
src-814aaaa7da4dab462d90e12e7b48b75f2093ccfd.zip
Revert r312923 a better approach will be taken later
Notes
Notes: svn path=/head/; revision=312926
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/drm2/drm2/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/drm2/drm2/Makefile b/sys/modules/drm2/drm2/Makefile
index 75696466db6d..35bee2972091 100644
--- a/sys/modules/drm2/drm2/Makefile
+++ b/sys/modules/drm2/drm2/Makefile
@@ -48,8 +48,6 @@ SRCS = \
ati_pcigart.c
#ttm_page_alloc_dma.c
-CFLAGS+= -I${.CURDIR}/../../../compat/linuxkpi/common/include
-
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_ARCH} == "powerpc64"
SRCS += drm_ioc32.c
.endif