diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/common/Makefile b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/common/Makefile new file mode 100644 index 000000000..9d6363f45 --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/common/Makefile @@ -0,0 +1,4 @@ +include $(KERNEL_ROOT)/services/drivers/usb/components/usb.mk + +objs += usb_common.o + diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/osal/Makefile b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/osal/Makefile new file mode 100644 index 000000000..02413cc09 --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/osal/Makefile @@ -0,0 +1,4 @@ +include $(KERNEL_ROOT)/services/drivers/usb/components/usb.mk + +objs += usb_osal.o +