Modify Makefiles

This commit is contained in:
xj 2024-06-05 23:15:52 -07:00
parent 1fc7e9ff6c
commit 31c23b7ad0
3 changed files with 3 additions and 6 deletions

View File

@ -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

View File

@ -1,4 +0,0 @@
include $(KERNEL_ROOT)/services/drivers/usb/components/usb.mk
objs += usb_common.o

View File

@ -2,5 +2,6 @@
// #include "libserial.h"
int main(){
return 0;
}