mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
portmkfile: cleanup dependencies for wifi.$O and etheriwl.$O
This commit is contained in:
parent
00b5e347b0
commit
f2db09b754
1 changed files with 3 additions and 5 deletions
|
@ -106,14 +106,12 @@ devsdp.$O: /sys/include/libsec.h
|
|||
devtls.$O: /sys/include/libsec.h
|
||||
devswap.$O: /sys/include/libsec.h
|
||||
random.$O: /sys/include/libsec.h
|
||||
wifi.$O: /sys/include/libsec.h ../ip/ip.h ../ip/ipv6.h
|
||||
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 usbxhci.$O usbxhcipci.$O: ../port/usb.h
|
||||
usbxhci.$O usbxhcipci.$O: ../port/usbxhci.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
|
||||
etheriwl.$O: ../port/wifi.h
|
||||
devether.$O ethersink.$O etheriwl.$O wifi.$O: ../port/netif.h ../port/etherif.h
|
||||
etheriwl.$O wifi.$O: ../port/wifi.h
|
||||
ethermii.$O: ../port/ethermii.h
|
||||
pci.$O devpnp.$O devpci.$O usbxhcipci.$O: ../port/pci.h
|
||||
|
|
Loading…
Reference in a new issue