summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-06 13:14:51 +0000
committerpeter <peter@FreeBSD.org>2000-01-06 13:14:51 +0000
commit65fe2b0cb90bef103340fd85e4b329aea0c495e8 (patch)
treef27c2060cc47c9d79db7fa62592804c921b58155 /sys/conf
parent06a3f76fceb79846d751c71173ef271e9bc91311 (diff)
downloadFreeBSD-src-65fe2b0cb90bef103340fd85e4b329aea0c495e8.zip
FreeBSD-src-65fe2b0cb90bef103340fd85e4b329aea0c495e8.tar.gz
Missed s/KERNEL/_KERNEL/ here.. *blush*.
Submitted by: bde
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/Makefile.alpha6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha
index 5db5ef3..4e842a7 100644
--- a/sys/conf/Makefile.alpha
+++ b/sys/conf/Makefile.alpha
@@ -43,16 +43,14 @@ INCLUDES+= -I$S/../include
.else
INCLUDES+= -I/usr/include
.endif
-COPTS= ${INCLUDES} ${IDENT} -DKERNEL -include opt_global.h
-# KAME mandatory flags
-COPTS+= -D_KERNEL
+COPTS= ${INCLUDES} ${IDENT} -D_KERNEL -include opt_global.h
CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS}
# XXX LOCORE means "don't declare C stuff" not "for locore.s".
ASM_CFLAGS= -x assembler-with-cpp -DLOCORE ${CFLAGS}
# Use the default object format for genassym, etc.
-GEN_CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS} -UKERNEL
+GEN_CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS} -U_KERNEL
FMT=
CFLAGS+= ${FMT}
OpenPOWER on IntegriCloud