summaryrefslogtreecommitdiffstats
path: root/sys/conf/kern.pre.mk
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-05-27 16:16:56 +0000
committerthompsa <thompsa@FreeBSD.org>2009-05-27 16:16:56 +0000
commit14ea3ee2bb371575697cd652ca2064877b187983 (patch)
tree723b0aed327f79b20884592648d5b64748a24f12 /sys/conf/kern.pre.mk
parent3f72bbde95ea9eee2e163b14ffdca8533a85e6c1 (diff)
downloadFreeBSD-src-14ea3ee2bb371575697cd652ca2064877b187983.zip
FreeBSD-src-14ea3ee2bb371575697cd652ca2064877b187983.tar.gz
Delete the old USB stack. The new stack has settled in and has all the
drivers/functionality and then some.
Diffstat (limited to 'sys/conf/kern.pre.mk')
-rw-r--r--sys/conf/kern.pre.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk
index 30ba6a8..ee74a9e 100644
--- a/sys/conf/kern.pre.mk
+++ b/sys/conf/kern.pre.mk
@@ -53,11 +53,7 @@ C_DIALECT= -std=c99
NOSTDINC= -nostdinc
.endif
-.if defined(WITH_LEGACY)
-LEGACY_INC= -I$S/legacy
-.endif
-
-INCLUDES= ${NOSTDINC} ${INCLMAGIC} -I. ${LEGACY_INC} -I$S
+INCLUDES= ${NOSTDINC} ${INCLMAGIC} -I. -I$S
# This hack lets us use the OpenBSD altq code without spamming a new
# include path into contrib'ed source files.
OpenPOWER on IntegriCloud