forked from xuos/xiuos
8 lines
111 B
Makefile
8 lines
111 B
Makefile
SRC_DIR :=
|
|
|
|
ifeq ($(CONFIG_CONNECTION_MODBUS),y)
|
|
SRC_DIR += modbus
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|