diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-05 16:18:57 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-05 16:18:57 +0200 |
commit | 8d9a94a66ed80605cb21be1a091a9b6fe02bd023 (patch) | |
tree | 1ef27b7020561a3efbbe9fb7ea62676170121988 /sys/src/9/pc64 | |
parent | 36d70eb5a797527cbd11d1f318cd6ca6bd5ebd5a (diff) |
pc64: add etheryuk driver
Diffstat (limited to 'sys/src/9/pc64')
-rw-r--r-- | sys/src/9/pc64/mkfile | 3 | ||||
-rw-r--r-- | sys/src/9/pc64/pc64 | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sys/src/9/pc64/mkfile b/sys/src/9/pc64/mkfile index b9ab0efdd..30b40daf1 100644 --- a/sys/src/9/pc64/mkfile +++ b/sys/src/9/pc64/mkfile @@ -83,7 +83,8 @@ install:V: $p$CONF # copies generated by the rule below -PCHEADERS=wifi.h usbehci.h screen.h etherif.h ethermii.h mp.h io.h ahci.h +PCHEADERS=wifi.h usbehci.h screen.h etherif.h ethermii.h mp.h io.h ahci.h \ + yukdump.h REPCH=`{echo $PCHEADERS | sed 's/\.h//g; s/ /|/g'} ^($REPCH)\.h:R: ../pc/\1.h diff --git a/sys/src/9/pc64/pc64 b/sys/src/9/pc64/pc64 index 3db977e06..7faa134e1 100644 --- a/sys/src/9/pc64/pc64 +++ b/sys/src/9/pc64/pc64 @@ -65,7 +65,7 @@ link # ethervt6105m pci ethermii # ethersink # ethersmc devi82365 cis -# etheryuk pci + etheryuk pci # etherwavelan wavelan devi82365 cis pci etheriwl pci wifi etherwpi pci wifi |