aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/Makefile.pc98
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2001-05-29 20:05:35 +0000
committerMike Smith <msmith@FreeBSD.org>2001-05-29 20:05:35 +0000
commit71cb0ea9bf78fd4d78f921768f48ddfd3a4dbcb9 (patch)
treeb3e709163d6a23ae7c746ae996498577cfd6e710 /sys/conf/Makefile.pc98
parent4bccc7175f625f4bc1f2733612ce09e7493bd3e2 (diff)
New files and layout for the ACPI CA 20010518 update.
Notes
Notes: svn path=/head/; revision=77430
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r--sys/conf/Makefile.pc982
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98
index 6bac3f4956e7..db604ae5795c 100644
--- a/sys/conf/Makefile.pc98
+++ b/sys/conf/Makefile.pc98
@@ -53,7 +53,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}