summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.i386
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2001-05-29 20:05:35 +0000
committermsmith <msmith@FreeBSD.org>2001-05-29 20:05:35 +0000
commit2e3b43990667aa9dc2282f8ff9c5213ba5f39c4f (patch)
tree5051a3f2eb5f1584c5733877886a4c79c65767db /sys/conf/Makefile.i386
parent810dc37f4bf4cf37152c3f4237fa797d9f76679d (diff)
downloadFreeBSD-src-2e3b43990667aa9dc2282f8ff9c5213ba5f39c4f.zip
FreeBSD-src-2e3b43990667aa9dc2282f8ff9c5213ba5f39c4f.tar.gz
New files and layout for the ACPI CA 20010518 update.
Diffstat (limited to 'sys/conf/Makefile.i386')
-rw-r--r--sys/conf/Makefile.i3862
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index b329c11..da55b6c 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/conf/Makefile.i386
@@ -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}
OpenPOWER on IntegriCloud