summaryrefslogtreecommitdiffstats
path: root/sys/i386/acpica
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-04-13 13:43:11 +0000
committerdes <des@FreeBSD.org>2004-04-13 13:43:11 +0000
commit8f6e7eec626039fa21214746a01d9103980a341b (patch)
tree57bbc3b6a3ecce91badf21bc1ea31c7d3e007eb5 /sys/i386/acpica
parentd6c0324b5f2ebd55a4902886738a17662e3d27d9 (diff)
downloadFreeBSD-src-8f6e7eec626039fa21214746a01d9103980a341b.zip
FreeBSD-src-8f6e7eec626039fa21214746a01d9103980a341b.tar.gz
Use headers from the kernel source tree rather than installed headers.
Submitted by: ru
Diffstat (limited to 'sys/i386/acpica')
-rw-r--r--sys/i386/acpica/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/acpica/Makefile b/sys/i386/acpica/Makefile
index bc6aa58..17269d8 100644
--- a/sys/i386/acpica/Makefile
+++ b/sys/i386/acpica/Makefile
@@ -9,7 +9,7 @@ DEPENDFILE=
MAKESRCPATH= ${.CURDIR}
CLEANFILES= acpi_wakecode.h acpi_wakecode.bin acpi_wakecode.o
.endif
-CFLAGS+= -I.
+CFLAGS+= -I. -I@
all: acpi_wakecode.h
OpenPOWER on IntegriCloud