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