git: 9front

Download patch

ref: 7370c46c9f4d3a7a63ffc786de2bdd2cf2b27830
parent: c5644d69859968dd8844f479a5929681d19e876f
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed Mar 25 13:42:51 EDT 2015

pc, pc64: state dependency to usbehci.h in mkfiles

--- a/sys/src/9/pc/mkfile
+++ b/sys/src/9/pc/mkfile
@@ -119,6 +119,7 @@
 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
--- a/sys/src/9/pc64/mkfile
+++ b/sys/src/9/pc64/mkfile
@@ -117,7 +117,8 @@
 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
--