diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-03-25 17:42:51 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-03-25 17:42:51 +0100 |
commit | bf365ac50efe005e58da93b5940ae385dfa39741 (patch) | |
tree | 98c72455fd070cecdc89ca28501955e3665be9d1 /sys/src/9/pc64 | |
parent | fbe78d46877a32a8d825d8c93acfdc4466f8ffc3 (diff) |
pc, pc64: state dependency to usbehci.h in mkfiles
Diffstat (limited to 'sys/src/9/pc64')
-rw-r--r-- | sys/src/9/pc64/mkfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/src/9/pc64/mkfile b/sys/src/9/pc64/mkfile index fc052d291..3027eaaa5 100644 --- a/sys/src/9/pc64/mkfile +++ b/sys/src/9/pc64/mkfile @@ -117,7 +117,8 @@ devaoe.$O sdaoe.$O: ../port/aoe.h main.$O: init.h reboot.h devusb.$O usbuhci.$O usbohci.$O usbehci.$O: ../port/usb.h -usbehci.$O: usbehci.h +usbehci.$O usbehcipc.$O: usbehci.h + trap.$O: /sys/include/tos.h ethermii.$O: ethermii.h etheriwl.$O: wifi.h |