forked from xuos/xiuos
7 lines
109 B
Makefile
Executable File
7 lines
109 B
Makefile
Executable File
SRC_DIR :=
|
|
|
|
ifeq ($(CONFIG_RESOURCES_LWIP),y)
|
|
SRC_DIR += lwip_demo
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk |