diff options
Diffstat (limited to 'sys/arch/loongson/conf/Makefile.loongson')
-rw-r--r-- | sys/arch/loongson/conf/Makefile.loongson | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/loongson/conf/Makefile.loongson b/sys/arch/loongson/conf/Makefile.loongson index a51d7377736..907761098a5 100644 --- a/sys/arch/loongson/conf/Makefile.loongson +++ b/sys/arch/loongson/conf/Makefile.loongson @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.loongson,v 1.73 2019/01/14 16:27:19 visa Exp $ +# $OpenBSD: Makefile.loongson,v 1.74 2019/04/14 10:14:50 jsg Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -28,7 +28,9 @@ S!= cd ../../../..; pwd _machdir?= $S/arch/${_mach} _archdir?= $S/arch/${_arch} -INCLUDES= -nostdinc -I$S -I${.OBJDIR} -I$S/arch +INCLUDES= -nostdinc -I$S -I${.OBJDIR} -I$S/arch \ + -I$S/dev/pci/drm/include \ + -I$S/dev/pci/drm/include/uapi CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -D__${_mach}__ -MD -MP CWARNFLAGS= -Werror -Wall -Wimplicit-function-declaration \ -Wno-uninitialized -Wno-pointer-sign \ |