diff options
Diffstat (limited to 'sys/conf/files')
| -rw-r--r-- | sys/conf/files | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index f3dd06d3b9d9..4366b637648e 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -40,6 +40,16 @@ miidevs.h standard \ compile-with "${AWK} -f $S/tools/miidevs2h.awk $S/dev/mii/miidevs" \ no-obj no-implicit-rule \ clean "miidevs.h" +pccarddevs.h standard \ + dependency "$S/tools/pccarddevs2h.awk $S/dev/pccard/pccarddevs" \ + compile-with "${AWK} -f $S/tools/pccarddevs2h.awk $S/dev/pccard/pccarddevs" \ + no-obj no-implicit-rule \ + clean "pccarddevs.h" +usbdevs.h standard \ + dependency "$S/tools/usbdevs2h.awk $S/dev/usb/usbdevs" \ + compile-with "${AWK} -f $S/tools/usbdevs2h.awk $S/dev/usb/usbdevs" \ + no-obj no-implicit-rule \ + clean "usbdevs.h" kern/device_if.m standard kern/bus_if.m standard kern/clock_if.m optional genclock |
