forked from xuos/xiuos
18 lines
243 B
Makefile
18 lines
243 B
Makefile
SRC_DIR += api
|
|
SRC_DIR += arch
|
|
SRC_DIR += core
|
|
SRC_DIR += netif
|
|
SRC_DIR += include
|
|
|
|
SRC_DIR += apps
|
|
|
|
LWIP_DIR += api
|
|
LWIP_DIR += arch
|
|
LWIP_DIR += core
|
|
LWIP_DIR += netif
|
|
LWIP_DIR += include
|
|
|
|
LWIP_DIR += apps
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|