diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2023-04-24 19:30:21 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2023-04-24 19:30:21 +0000 |
commit | f2db09b754f6561285c2725fe93d8fcafe808355 (patch) | |
tree | 4ff1778515c5100342fc212b5190f32ae6d716aa /sys/src/9/port | |
parent | 00b5e347b0ac95565d9f7ca1c6a3c7652a77f653 (diff) |
portmkfile: cleanup dependencies for wifi.$O and etheriwl.$O
Diffstat (limited to 'sys/src/9/port')
-rw-r--r-- | sys/src/9/port/portmkfile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/src/9/port/portmkfile b/sys/src/9/port/portmkfile index 1f05b9fd7..a456dfe9c 100644 --- a/sys/src/9/port/portmkfile +++ b/sys/src/9/port/portmkfile @@ -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 |