From 31c23b7ad0e776065e94a71ac7e050310118419b Mon Sep 17 00:00:00 2001 From: xj Date: Wed, 5 Jun 2024 23:15:52 -0700 Subject: [PATCH] Modify Makefiles --- Ubiquitous/XiZi_AIoT/services/drivers/usb/components/Makefile | 4 ++-- .../XiZi_AIoT/services/drivers/usb/components/common/Makefile | 4 ---- .../services/drivers/usb/components/core/usbh_core.c | 1 + 3 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 Ubiquitous/XiZi_AIoT/services/drivers/usb/components/common/Makefile diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/Makefile b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/Makefile index be8aa893a..d7689de9a 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 := core +SRC_DIR := core osal -include $(KERNEL_ROOT)/compiler.mk \ No newline at end of file +include $(KERNEL_ROOT)/compiler.mk diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/common/Makefile b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/common/Makefile deleted file mode 100644 index 9d6363f45..000000000 --- a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/common/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -include $(KERNEL_ROOT)/services/drivers/usb/components/usb.mk - -objs += usb_common.o - diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/core/usbh_core.c b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/core/usbh_core.c index 648e83eb2..bb47d65f8 100644 --- a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/core/usbh_core.c +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/core/usbh_core.c @@ -2,5 +2,6 @@ // #include "libserial.h" int main(){ + return 0; } \ No newline at end of file