add missing ethermii.h dependencies. patch from cinap_lenrek
This commit is contained in:
parent
4354c401c1
commit
8666ec6b55
4 changed files with 17 additions and 2 deletions
|
@ -121,6 +121,13 @@ devusb.$O usbuhci.$O usbohci.$O usbehci.$O usbehcipc.$O usbxhci.$O: ../port/usb.
|
||||||
usbehci.$O usbehcipc.$O: usbehci.h
|
usbehci.$O usbehcipc.$O: usbehci.h
|
||||||
trap.$O: /sys/include/tos.h
|
trap.$O: /sys/include/tos.h
|
||||||
uartaxp.$O: uartaxp.i
|
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
|
etherm10g.$O: etherm10g2k.i etherm10g4k.i
|
||||||
etheriwl.$O: ../port/wifi.h
|
etheriwl.$O: ../port/wifi.h
|
||||||
etherwpi.$O: ../port/wifi.h
|
etherwpi.$O: ../port/wifi.h
|
||||||
|
|
|
@ -62,7 +62,7 @@ link
|
||||||
ether82598 pci
|
ether82598 pci
|
||||||
ether83815 pci
|
ether83815 pci
|
||||||
etherbcm pci
|
etherbcm pci
|
||||||
etherdp83820 pci
|
etherdp83820 pci ethermii
|
||||||
etherec2t ether8390
|
etherec2t ether8390
|
||||||
etherelnk3 pci
|
etherelnk3 pci
|
||||||
etherga620 pci
|
etherga620 pci
|
||||||
|
|
|
@ -121,7 +121,15 @@ devusb.$O usbuhci.$O usbohci.$O usbehci.$O usbehcipc.$O usbxhci.$O: ../port/usb.
|
||||||
usbehci.$O usbehcipc.$O: usbehci.h
|
usbehci.$O usbehcipc.$O: usbehci.h
|
||||||
|
|
||||||
trap.$O: /sys/include/tos.h
|
trap.$O: /sys/include/tos.h
|
||||||
|
|
||||||
ethermii.$O: ethermii.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
|
etheriwl.$O: ../port/wifi.h
|
||||||
etherwpi.$O: ../port/wifi.h
|
etherwpi.$O: ../port/wifi.h
|
||||||
etherrt2860.$O: ../port/wifi.h
|
etherrt2860.$O: ../port/wifi.h
|
||||||
|
|
|
@ -60,7 +60,7 @@ link
|
||||||
ether82598 pci
|
ether82598 pci
|
||||||
# ether83815 pci
|
# ether83815 pci
|
||||||
etherbcm pci
|
etherbcm pci
|
||||||
# etherdp83820 pci
|
# etherdp83820 pci ethermii
|
||||||
# etherec2t ether8390
|
# etherec2t ether8390
|
||||||
# etherelnk3 pci
|
# etherelnk3 pci
|
||||||
# etherga620 pci
|
# etherga620 pci
|
||||||
|
|
Loading…
Reference in a new issue