summaryrefslogtreecommitdiff
path: root/sys/arch/aviion/conf/Makefile.aviion
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/aviion/conf/Makefile.aviion')
-rw-r--r--sys/arch/aviion/conf/Makefile.aviion4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/aviion/conf/Makefile.aviion b/sys/arch/aviion/conf/Makefile.aviion
index 573df226031..456039fce64 100644
--- a/sys/arch/aviion/conf/Makefile.aviion
+++ b/sys/arch/aviion/conf/Makefile.aviion
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.aviion,v 1.39 2013/01/05 11:20:55 miod Exp $
+# $OpenBSD: Makefile.aviion,v 1.40 2013/03/30 07:25:20 tedu Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -21,7 +21,7 @@ S!= cd ../../../..; pwd
_machdir?= $S/arch/${_mach}
_archdir?= $S/arch/${_arch}
-INCLUDES= -nostdinc -I. -I$S -I$S/arch
+INCLUDES= -nostdinc -I$S -I. -I$S/arch
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -D__${_mach}__ -MD -MP
CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \
-Wno-main -Wno-uninitialized -Wno-format \