Files
xiuos/APP_Framework/Framework/connection/ethercat/Makefile
2022-02-28 10:27:30 +08:00

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