kernel: fix missing header dependency for ethersink.$O
This commit is contained in:
parent
5d6a11c387
commit
120ab04dd2
1 changed files with 1 additions and 1 deletions
|
@ -101,6 +101,6 @@ devaoe.$O sdaoe.$O: /sys/include/fis.h
|
|||
sysproc.$O: /sys/include/a.out.h
|
||||
syscallfmt.$O: /sys/src/libc/9syscall/sys.h
|
||||
devusb.$O: ../port/usb.h
|
||||
devether.$O: ../port/etherif.h ../port/netif.h
|
||||
devether.$O ethersink.$O: ../port/etherif.h ../port/netif.h
|
||||
wifi.$O: ../port/etherif.h ../port/netif.h ../port/wifi.h /sys/include/libsec.h
|
||||
wifi.$O: ../ip/ip.h ../ip/ipv6.h
|
||||
|
|
Loading…
Reference in a new issue