summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-09-11 00:52:05 +0000
committerobrien <obrien@FreeBSD.org>2005-09-11 00:52:05 +0000
commitec43c1e2cfeaef71fb2f6d9e364fe17bd5b1a1d1 (patch)
treeee0eafd2f2b30fd1ec579b6a2e4c6f96b358a326 /sys/conf/files
parent8b1d37e93e28a776cf8ee71ed7d2804fc517f408 (diff)
downloadFreeBSD-src-ec43c1e2cfeaef71fb2f6d9e364fe17bd5b1a1d1.zip
FreeBSD-src-ec43c1e2cfeaef71fb2f6d9e364fe17bd5b1a1d1.tar.gz
Don't pollute the entire kernel build with -I$S/dev/twa.
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files15
1 files changed, 10 insertions, 5 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 59630c9..3e5ad31 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -859,11 +859,16 @@ dev/syscons/star/star_saver.c optional star_saver
dev/syscons/warp/warp_saver.c optional warp_saver
dev/tdfx/tdfx_pci.c optional tdfx pci
dev/trm/trm.c optional trm
-dev/twa/tw_cl_fwimg.c optional twa
-dev/twa/tw_cl_init.c optional twa
-dev/twa/tw_cl_intr.c optional twa
-dev/twa/tw_cl_io.c optional twa
-dev/twa/tw_cl_misc.c optional twa
+dev/twa/tw_cl_fwimg.c optional twa \
+ compile-with "${NORMAL_C} -I$S/dev/twa"
+dev/twa/tw_cl_init.c optional twa \
+ compile-with "${NORMAL_C} -I$S/dev/twa"
+dev/twa/tw_cl_intr.c optional twa \
+ compile-with "${NORMAL_C} -I$S/dev/twa"
+dev/twa/tw_cl_io.c optional twa \
+ compile-with "${NORMAL_C} -I$S/dev/twa"
+dev/twa/tw_cl_misc.c optional twa \
+ compile-with "${NORMAL_C} -I$S/dev/twa"
dev/twa/tw_osl_cam.c optional twa
dev/twa/tw_osl_freebsd.c optional twa
dev/twe/twe.c optional twe
OpenPOWER on IntegriCloud