Modify Makefiles

This commit is contained in:
xj 2024-06-05 01:03:24 -07:00
parent c2448b85b3
commit 3fc089d277
1 changed files with 5 additions and 0 deletions

View File

@ -24,5 +24,10 @@ libipc = $(KERNEL_ROOT)/services/app/libipc.o
libsem = $(KERNEL_ROOT)/services/app/libsemaphore.o
SRC_DIR += common
SRC_DIR += class class/cdc class/hub class/wireless
SRC_DIR += core
SRC_DIR += osal
SRC_DIR += port port/xhci