From bf365ac50efe005e58da93b5940ae385dfa39741 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Wed, 25 Mar 2015 17:42:51 +0100 Subject: pc, pc64: state dependency to usbehci.h in mkfiles --- sys/src/9/pc/mkfile | 1 + sys/src/9/pc64/mkfile | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3