From 8666ec6b555ec21e8c81089148527913febc7e53 Mon Sep 17 00:00:00 2001 From: kremlin Date: Thu, 12 Apr 2018 17:50:10 -0400 Subject: [PATCH] add missing ethermii.h dependencies. patch from cinap_lenrek --- sys/src/9/pc/mkfile | 7 +++++++ sys/src/9/pc/pc | 2 +- sys/src/9/pc64/mkfile | 8 ++++++++ sys/src/9/pc64/pc64 | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/sys/src/9/pc/mkfile b/sys/src/9/pc/mkfile index 9c029a7a7..850a08092 100644 --- a/sys/src/9/pc/mkfile +++ b/sys/src/9/pc/mkfile @@ -121,6 +121,13 @@ devusb.$O usbuhci.$O usbohci.$O usbehci.$O usbehcipc.$O usbxhci.$O: ../port/usb. usbehci.$O usbehcipc.$O: usbehci.h trap.$O: /sys/include/tos.h uartaxp.$O: uartaxp.i +ethermii.$O: ethermii.h +ether8169.$O: ethermii.h +etherdp83820.$O: ethermii.h +etherigbe.$O: ethermii.h +ethervgbe.$O: ethermii.h +ethervt6102.$O: ethermii.h +ethervt6105m.$O: ethermii.h etherm10g.$O: etherm10g2k.i etherm10g4k.i etheriwl.$O: ../port/wifi.h etherwpi.$O: ../port/wifi.h diff --git a/sys/src/9/pc/pc b/sys/src/9/pc/pc index 829452169..923621f91 100644 --- a/sys/src/9/pc/pc +++ b/sys/src/9/pc/pc @@ -62,7 +62,7 @@ link ether82598 pci ether83815 pci etherbcm pci - etherdp83820 pci + etherdp83820 pci ethermii etherec2t ether8390 etherelnk3 pci etherga620 pci diff --git a/sys/src/9/pc64/mkfile b/sys/src/9/pc64/mkfile index 9b9c0c069..f4531fa66 100644 --- a/sys/src/9/pc64/mkfile +++ b/sys/src/9/pc64/mkfile @@ -121,7 +121,15 @@ devusb.$O usbuhci.$O usbohci.$O usbehci.$O usbehcipc.$O usbxhci.$O: ../port/usb. usbehci.$O usbehcipc.$O: usbehci.h trap.$O: /sys/include/tos.h + ethermii.$O: ethermii.h +ether8169.$O: ethermii.h +etherdp83820.$O: ethermii.h +etherigbe.$O: ethermii.h +ethervgbe.$O: ethermii.h +ethervt6102.$O: ethermii.h +ethervt6105m.$O: ethermii.h + etheriwl.$O: ../port/wifi.h etherwpi.$O: ../port/wifi.h etherrt2860.$O: ../port/wifi.h diff --git a/sys/src/9/pc64/pc64 b/sys/src/9/pc64/pc64 index 07cd66172..a9a672225 100644 --- a/sys/src/9/pc64/pc64 +++ b/sys/src/9/pc64/pc64 @@ -60,7 +60,7 @@ link ether82598 pci # ether83815 pci etherbcm pci -# etherdp83820 pci +# etherdp83820 pci ethermii # etherec2t ether8390 # etherelnk3 pci # etherga620 pci