shithub: riscv

Download patch

ref: e7e18aac7f96e8575f257977582ac981ad278c06
parent: 5e6f1b5769e3e8c391178d82c570fbb566e9bbfb
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