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 | |
parent | fbe78d46877a32a8d825d8c93acfdc4466f8ffc3 (diff) | |
download | plan9front-bf365ac50efe005e58da93b5940ae385dfa39741.tar.xz |
pc, pc64: state dependency to usbehci.h in mkfiles
-rw-r--r-- | sys/src/9/pc/mkfile | 1 | ||||
-rw-r--r-- | sys/src/9/pc64/mkfile | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sys/src/9/pc/mkfile b/sys/src/9/pc/mkfile index f032b90d4..b59cda33f 100644 --- a/sys/src/9/pc/mkfile +++ b/sys/src/9/pc/mkfile @@ -119,6 +119,7 @@ main.$O: init.h reboot.h wavelan.$O: wavelan.c ../pc/wavelan.c ../pc/wavelan.h etherwavelan.$O: etherwavelan.c ../pc/wavelan.h devusb.$O usbuhci.$O usbohci.$O usbehci.$O: ../port/usb.h +usbehci.$O usbehcipc.$O: usbehci.h trap.$O: /sys/include/tos.h uartaxp.$O: uartaxp.i etherm10g.$O: etherm10g2k.i etherm10g4k.i 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 |