diff options
| author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-07-16 22:33:24 +0200 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-07-16 22:33:24 +0200 |
| commit | e7e18aac7f96e8575f257977582ac981ad278c06 (patch) | |
| tree | ffdaaf92660c8adf4c49de3b96ad5737ebb5b237 | |
| parent | 5e6f1b5769e3e8c391178d82c570fbb566e9bbfb (diff) | |
| download | plan9front-e7e18aac7f96e8575f257977582ac981ad278c06.tar.xz | |
pc kernel: mkfile target usbehcipc.$O needs ../port/usb.h, add usbxhci.$O
| -rw-r--r-- | sys/src/9/pc/mkfile | 2 | ||||
| -rw-r--r-- | 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 |
