12 lines
169 B
Makefile
12 lines
169 B
Makefile
SRC_DIR += api
|
|
SRC_DIR += arch
|
|
SRC_DIR += core
|
|
SRC_DIR += netif
|
|
|
|
LWIP_DIR += api
|
|
LWIP_DIR += arch
|
|
LWIP_DIR += core
|
|
LWIP_DIR += netif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|