diff options
| author | Yoshinobu Inoue <shin@FreeBSD.org> | 1999-11-22 02:45:11 +0000 |
|---|---|---|
| committer | Yoshinobu Inoue <shin@FreeBSD.org> | 1999-11-22 02:45:11 +0000 |
| commit | 82cd038d51e2fa970be77f4d59c56d3452fedec0 (patch) | |
| tree | a147aa319428e26625f19209916c257b71cfd2e1 /sys/conf/Makefile.powerpc | |
| parent | a7a9b4714df041a8a07e3fddbc0e21f8b816f13d (diff) | |
Notes
Diffstat (limited to 'sys/conf/Makefile.powerpc')
| -rw-r--r-- | sys/conf/Makefile.powerpc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index eca1513535346..0e5820cd222e9 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -41,7 +41,9 @@ INCLUDES+= -I$S/../include .else INCLUDES+= -I/usr/include .endif -COPTS= ${INCLUDES} ${IDENT} -DKERNEL -include opt_global.h +COPTS= ${INCLUDES} ${IDENT} -DKERNEL -include opt_global.h +# KAME mandatory flags +COPTS+= -D_KERNEL CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS} # XXX LOCORE means "don't declare C stuff" not "for locore.s". |
