From 3fc089d27775bd6c5bb731b26ccd28e30c2433f1 Mon Sep 17 00:00:00 2001 From: xj Date: Wed, 5 Jun 2024 01:03:24 -0700 Subject: [PATCH] Modify Makefiles --- .../XiZi_AIoT/services/drivers/usb/components/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/Makefile b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/Makefile index acb795fba..d66f6dec2 100644 --- a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/Makefile +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/Makefile @@ -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