summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.alpha
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-12-08 22:26:48 +0000
committermsmith <msmith@FreeBSD.org>2000-12-08 22:26:48 +0000
commit03b00161a79906c2c673fd7ab7e45be015e1d61b (patch)
tree15bfcfda356dff003e29e4a65e78b87427afe932 /sys/conf/Makefile.alpha
parentc27f2d3c492a3d78680bb4c52f0be2c345735e1d (diff)
downloadFreeBSD-src-03b00161a79906c2c673fd7ab7e45be015e1d61b.zip
FreeBSD-src-03b00161a79906c2c673fd7ab7e45be015e1d61b.tar.gz
Next-phase PCI system update; move PCI core code to sys/dev and update
header include path to include sys/dev to avoid massive #include updates.
Diffstat (limited to 'sys/conf/Makefile.alpha')
-rw-r--r--sys/conf/Makefile.alpha2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha
index 5115e0b..af83dca 100644
--- a/sys/conf/Makefile.alpha
+++ b/sys/conf/Makefile.alpha
@@ -38,7 +38,7 @@ SIZE?= size
OBJCOPY?= objcopy
COPTFLAGS?=-O
-INCLUDES= -nostdinc -I- ${INCLMAGIC} -I. -I$S
+INCLUDES= -nostdinc -I- ${INCLMAGIC} -I. -I$S -I$S/dev
# This hack is to allow kernel compiles to succeed on machines w/out srcdist
.if exists($S/../include)
INCLUDES+= -I$S/../include
OpenPOWER on IntegriCloud