Modify Makefiles

This commit is contained in:
xj 2024-06-05 00:45:05 -07:00
parent 47bd0b9734
commit 600079be0f
1 changed files with 7 additions and 0 deletions

View File

@ -26,3 +26,10 @@ INC_DIR = -I$(KERNEL_ROOT)/services/drivers/usb/components \
-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 \
-I$(KERNEL_ROOT)/services//semaphore \
-I$(KERNEL_ROOT)/services/lib/ipc \
-I$(KERNEL_ROOT)/services/lib/memory \
-I$(KERNEL_ROOT)/services/lib/serial \
-I$(KERNEL_ROOT)/services/lib/usyscall \
-I$(KERNEL_ROOT)/services/boards/$(BOARD) \
-I$(KERNEL_ROOT)/services/app