summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-12-30 23:19:40 +0000
committerimp <imp@FreeBSD.org>2004-12-30 23:19:40 +0000
commitdf030c4bd4733d1a413b0e0f1942f42cc2bcbda2 (patch)
tree8f65065f7e3229b1cb6874c32ad82b52a1da481d /sys/conf
parented702d58deca60e5abec53a3414feb004535c1e1 (diff)
downloadFreeBSD-src-df030c4bd4733d1a413b0e0f1942f42cc2bcbda2.zip
FreeBSD-src-df030c4bd4733d1a413b0e0f1942f42cc2bcbda2.tar.gz
Call usbdevs2h with -h for .h file
Explicitly generate usbdevs_data.h for usb kernels with new -d switch
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files9
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files
index f651f1e..f6e96b5 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -52,9 +52,14 @@ pccarddevs.h standard \
clean "pccarddevs.h"
usbdevs.h optional usb \
dependency "$S/tools/usbdevs2h.awk $S/dev/usb/usbdevs" \
- compile-with "${AWK} -f $S/tools/usbdevs2h.awk $S/dev/usb/usbdevs" \
+ compile-with "${AWK} -f $S/tools/usbdevs2h.awk $S/dev/usb/usbdevs -h" \
no-obj no-implicit-rule before-depend \
- clean "usbdevs.h usbdevs_data.h"
+ clean "usbdevs.h"
+usbdevs_data.h optional usb \
+ dependency "$S/tools/usbdevs2h.awk $S/dev/usb/usbdevs" \
+ compile-with "${AWK} -f $S/tools/usbdevs2h.awk $S/dev/usb/usbdevs -d" \
+ no-obj no-implicit-rule before-depend \
+ clean "usbdevs_data.h"
kern/device_if.m standard
kern/bus_if.m standard
kern/clock_if.m optional genclock
OpenPOWER on IntegriCloud