Add socketcan test at construct..

This commit is contained in:
Anders Sandstrom
2021-03-01 14:16:27 +01:00
parent 027c5c5d16
commit 7738922784
3 changed files with 124 additions and 295 deletions

View File

@@ -37,7 +37,7 @@ ifneq ($(strip $(ECMC_DEP_VERSION)),)
ecmc_VERSION=$(ECMC_DEP_VERSION)
endif
APP:=ecmc_plugin_fftApp
APP:=ecmc_plugin_socketcanApp
APPDB:=$(APP)/Db
APPSRC:=$(APP)/src
@@ -47,9 +47,7 @@ USR_INCLUDES += -I$(where_am_I)$(APPSRC)
TEMPLATES += $(wildcard $(APPDB)/*.db)
TEMPLATES += $(wildcard $(APPDB)/*.template)
SOURCES += $(APPSRC)/ecmcPluginFFT.c
SOURCES += $(APPSRC)/ecmcFFTWrap.cpp
SOURCES += $(APPSRC)/ecmcFFT.cpp
SOURCES += $(APPSRC)/ecmcPluginSocketCAN.c
db: