pc kernel: mkfile target usbehcipc.$O needs ../port/usb.h, add usbxhci.$O
This commit is contained in:
parent
5e6f1b5769
commit
e7e18aac7f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue