From e7e18aac7f96e8575f257977582ac981ad278c06 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 16 Jul 2017 22:33:24 +0200 Subject: [PATCH] pc kernel: mkfile target usbehcipc.$O needs ../port/usb.h, add usbxhci.$O --- sys/src/9/pc/mkfile | 2 +- sys/src/9/pc64/mkfile | 2 +- 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