diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-02-18 02:05:22 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-02-18 02:05:22 +0100 |
commit | 120ab04dd2e351cf8023b6cf8f2f7c08a906a2c5 (patch) | |
tree | 6cfe82a8d7fa630592aa8d76971f960a0f953e0d | |
parent | 5d6a11c387ea8954ea4a79c4f423bda934c56434 (diff) | |
download | plan9front-120ab04dd2e351cf8023b6cf8f2f7c08a906a2c5.tar.xz |
kernel: fix missing header dependency for ethersink.$O
-rw-r--r-- | sys/src/9/port/portmkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/port/portmkfile b/sys/src/9/port/portmkfile index 45e0a9bc1..3ad8a7b51 100644 --- a/sys/src/9/port/portmkfile +++ b/sys/src/9/port/portmkfile @@ -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 |