From f2db09b754f6561285c2725fe93d8fcafe808355 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Mon, 24 Apr 2023 19:30:21 +0000 Subject: portmkfile: cleanup dependencies for wifi.$O and etheriwl.$O --- sys/src/9/port/portmkfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'sys/src') 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 -- cgit v1.2.3