nusb: add missing header dependencies to mkfiles
This commit is contained in:
parent
120ab04dd2
commit
a2e8246ffc
4 changed files with 4 additions and 5 deletions
|
@ -6,9 +6,8 @@ OFILES=\
|
|||
scsireq.$O\
|
||||
scsierrs.$O\
|
||||
|
||||
HFILES =\
|
||||
HFILES=../lib/usb.h\
|
||||
scsireq.h\
|
||||
../lib/usb.h\
|
||||
ums.h\
|
||||
|
||||
LIB=../lib/usb.a$O
|
||||
|
|
|
@ -4,7 +4,7 @@ BIN=/$objtype/bin/nusb
|
|||
LIB=../lib/usb.a$O
|
||||
|
||||
TARG=ether
|
||||
HFILES=
|
||||
HFILES=../lib/usb.h dat.h
|
||||
OFILES=ether.$O cdc.$O smsc.$O asix.$O aue.$O url.$O rndis.$O
|
||||
|
||||
</sys/src/cmd/mkone
|
||||
|
|
|
@ -4,7 +4,7 @@ BIN=/$objtype/bin/nusb
|
|||
LIB=../lib/usb.a$O
|
||||
|
||||
TARG=ptp
|
||||
HFILES=
|
||||
HFILES=../lib/usb.h
|
||||
OFILES=ptp.$O
|
||||
|
||||
</sys/src/cmd/mkone
|
||||
|
|
|
@ -5,7 +5,7 @@ OFILES=\
|
|||
hub.$O\
|
||||
hname.$O\
|
||||
|
||||
HFILES=\
|
||||
HFILES=../lib/usb.h\
|
||||
dat.h\
|
||||
fns.h\
|
||||
|
||||
|
|
Loading…
Reference in a new issue