summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2017-07-16 22:33:24 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2017-07-16 22:33:24 +0200
commite7e18aac7f96e8575f257977582ac981ad278c06 (patch)
treeffdaaf92660c8adf4c49de3b96ad5737ebb5b237
parent5e6f1b5769e3e8c391178d82c570fbb566e9bbfb (diff)
downloadplan9front-e7e18aac7f96e8575f257977582ac981ad278c06.tar.xz
pc kernel: mkfile target usbehcipc.$O needs ../port/usb.h, add usbxhci.$O
-rw-r--r--sys/src/9/pc/mkfile2
-rw-r--r--sys/src/9/pc64/mkfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/9/pc/mkfile b/sys/src/9/pc/mkfile
index 62e622b21..51e5d7e4a 100644
--- a/sys/src/9/pc/mkfile
+++ b/sys/src/9/pc/mkfile
@@ -119,7 +119,7 @@ devaoe.$O sdaoe.$O: ../port/aoe.h
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
+devusb.$O usbuhci.$O usbohci.$O usbehci.$O usbehcipc.$O usbxhci.$O: ../port/usb.h
usbehci.$O usbehcipc.$O: usbehci.h
trap.$O: /sys/include/tos.h
uartaxp.$O: uartaxp.i
diff --git a/sys/src/9/pc64/mkfile b/sys/src/9/pc64/mkfile
index bf298306b..d8a436c35 100644
--- a/sys/src/9/pc64/mkfile
+++ b/sys/src/9/pc64/mkfile
@@ -118,7 +118,7 @@ devaoe.$O sdaoe.$O: ../port/aoe.h
main.$O: init.h reboot.h
-devusb.$O usbuhci.$O usbohci.$O usbehci.$O: ../port/usb.h
+devusb.$O usbuhci.$O usbohci.$O usbehci.$O usbehcipc.$O usbxhci.$O: ../port/usb.h
usbehci.$O usbehcipc.$O: usbehci.h
trap.$O: /sys/include/tos.h