Add Makefiles

This commit is contained in:
xj 2024-06-04 03:12:08 -07:00
parent 5a7a7b36f9
commit a293563990
1 changed files with 4 additions and 0 deletions

View File

@ -22,3 +22,7 @@ INC_DIR = -I$(KERNEL_ROOT)/services/drivers/usb/components \
-I$(KERNEL_ROOT)/services/drivers/usb/components/class/hub \
-I$(KERNEL_ROOT)/services/drivers/usb/components/class/wireless \
-I$(KERNEL_ROOT)/services/drivers/usb/components/common \
-I$(KERNEL_ROOT)/services/drivers/usb/components/core \
-I$(KERNEL_ROOT)/services/drivers/usb/components/osal \
-I$(KERNEL_ROOT)/services/drivers/usb/components/port \
-I$(KERNEL_ROOT)/services/drivers/usb/components/port/xhci \