ref: aab330f3d53614bc3121eadf4b8c3ac97d58ea6d
parent: ca96844c1056113cf2de12d27b67bdcb3001b134
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Jul 16 18:33:24 EDT 2017
pc kernel: mkfile target usbehcipc.$O needs ../port/usb.h, add usbxhci.$O
--- a/sys/src/9/pc/mkfile
+++ b/sys/src/9/pc/mkfile
@@ -119,7 +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
+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
--- a/sys/src/9/pc64/mkfile
+++ b/sys/src/9/pc64/mkfile
@@ -118,7 +118,7 @@
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
--
⑨