From 36bd41322501763f23ad9cab6da52a104a14e1ec Mon Sep 17 00:00:00 2001 From: xj Date: Mon, 9 Sep 2024 01:34:15 -0700 Subject: [PATCH] add DWC3 codes --- Ubiquitous/XiZi_AIoT/services/drivers/usb/components/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/Makefile b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/Makefile index 62e1a8580..1f8bdb2e2 100644 --- a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/Makefile +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/Makefile @@ -11,7 +11,7 @@ # libipc = $(KERNEL_ROOT)/services/app/libipc.o # libsem = $(KERNEL_ROOT)/services/app/libsemaphore.o -SRC_DIR := class core mem osal port +SRC_DIR := class core mem osal port dev include $(KERNEL_ROOT)/compiler.mk