nusb: add missing header dependencies to mkfiles

This commit is contained in:
cinap_lenrek 2018-02-18 02:06:55 +01:00
parent 120ab04dd2
commit a2e8246ffc
4 changed files with 4 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -5,7 +5,7 @@ OFILES=\
hub.$O\
hname.$O\
HFILES=\
HFILES=../lib/usb.h\
dat.h\
fns.h\