summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2021-07-12 06:07:34 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2021-07-12 06:07:34 +0000
commitd90591f227c6e106be0f805b0d22daf478330455 (patch)
treeaa3fbf88ee887d10ca9de725b87c4b7923dce548
parent37ebb45ee51f73b032dddc33a5095f06205851db (diff)
wrap a long line
-rw-r--r--sys/arch/amd64/conf/Makefile.amd645
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/Makefile.amd64 b/sys/arch/amd64/conf/Makefile.amd64
index 02b3fa9fe82..d36bae30417 100644
--- a/sys/arch/amd64/conf/Makefile.amd64
+++ b/sys/arch/amd64/conf/Makefile.amd64
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.amd64,v 1.120 2021/07/07 02:38:21 jsg Exp $
+# $OpenBSD: Makefile.amd64,v 1.121 2021/07/12 06:07:33 jsg Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -45,7 +45,8 @@ INCLUDES= -nostdinc -I$S -I${.OBJDIR} -I$S/arch \
-I$S/dev/pci/drm/amd/display/modules/hdcp \
-I$S/dev/pci/drm/amd/display/dmub/inc \
-I$S/dev/pci/drm/i915
-CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -MD -MP -DCONFIG_DRM_AMD_DC_DCN3_0
+CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -MD -MP \
+ -DCONFIG_DRM_AMD_DC_DCN3_0
CWARNFLAGS= -Werror -Wall -Wimplicit-function-declaration \
-Wno-uninitialized -Wno-pointer-sign \
-Wframe-larger-than=2047