forked from xuos/xiuos
8 lines
144 B
Makefile
8 lines
144 B
Makefile
SRC_FILES := adapter_ethercat.c
|
|
|
|
ifeq ($(CONFIG_ADAPTER_HFA21_ETHERCAT),y)
|
|
SRC_DIR += hfa21_ethercat
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|