conflict resolution

This commit is contained in:
wgz-code 2022-03-04 11:58:46 +08:00
parent 0501122537
commit 233024f3f0
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@ ifeq ($(CONFIG_ADD_XIUOS_FETURES),y)
SRC_DIR += ethernet
endif
ifeq ($(CONFIG_CONNECTION_ADAPTER_ETHERCAT),y)
SRC_DIR += ethercat
endif
ifeq ($(CONFIG_CONNECTION_ADAPTER_BLUETOOTH),y)
SRC_DIR += bluetooth
endif