forked from xuos/xiuos
Modify Makefiles
This commit is contained in:
parent
1fc7e9ff6c
commit
31c23b7ad0
|
@ -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
|
||||
include $(KERNEL_ROOT)/compiler.mk
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
include $(KERNEL_ROOT)/services/drivers/usb/components/usb.mk
|
||||
|
||||
objs += usb_common.o
|
||||
|
|
@ -2,5 +2,6 @@
|
|||
// #include "libserial.h"
|
||||
|
||||
int main(){
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue