forked from xuos/xiuos
Modify Makefiles
This commit is contained in:
parent
600079be0f
commit
c2448b85b3
|
@ -14,4 +14,15 @@ usb_osal = usb_osal.o
|
||||||
usb_port = usb_hc_xhci.o
|
usb_port = usb_hc_xhci.o
|
||||||
|
|
||||||
|
|
||||||
|
libserial = $(KERNEL_ROOT)/services/app/libserial.o
|
||||||
|
printf = $(KERNEL_ROOT)/services/app/printf.o
|
||||||
|
libmem = $(KERNEL_ROOT)/services/app/libmem.o
|
||||||
|
usyscall = $(KERNEL_ROOT)/services/app/usyscall.o
|
||||||
|
arch_usyscall = $(KERNEL_ROOT)/services/app/arch_usyscall.o
|
||||||
|
session = $(KERNEL_ROOT)/services/app/session.o
|
||||||
|
libipc = $(KERNEL_ROOT)/services/app/libipc.o
|
||||||
|
libsem = $(KERNEL_ROOT)/services/app/libsemaphore.o
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue