diff options
Diffstat (limited to 'sys/conf/Makefile.powerpc')
-rw-r--r-- | sys/conf/Makefile.powerpc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index b329c11a3f22..da55b6c88c0b 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -51,7 +51,7 @@ INCLUDES+= -I/usr/include # This hack lets us use the Intel ACPICA code without spamming a new # include path into 100+ source files. -INCLUDES+= -I$S/contrib/dev/acpica/Subsystem/Include +INCLUDES+= -I$S/contrib/dev/acpica COPTS= ${INCLUDES} ${IDENT} -D_KERNEL -include opt_global.h CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS} |