auto-sync

This commit is contained in:
rusEfi 2016-02-11 22:07:56 -05:00
parent a6ea11e797
commit 380b46e658
3 changed files with 2 additions and 3 deletions

View File

@ -112,7 +112,6 @@ include $(PROJECT_DIR)/controllers/sensors/sensors.mk
include $(PROJECT_DIR)/controllers/system/system.mk
include $(PROJECT_DIR)/controllers/trigger/trigger.mk
include $(PROJECT_DIR)/console/console.mk
include $(PROJECT_DIR)/console_util/console_util.mk
# Define linker script file here

View File

@ -1,2 +0,0 @@
CONSOLEUTILSRC = $(PROJECT_DIR)/console_util/rfiutil.c

View File

@ -4,6 +4,8 @@ UTIL_TEST_SRC = $(PROJECT_DIR)/util/crc.c \
$(PROJECT_DIR)/util/histogram.c
UTILSRC = $(UTIL_TEST_SRC)
CONSOLEUTILSRC = $(PROJECT_DIR)/console_util/rfiutil.c
UTILSRC_CPP = $(PROJECT_DIR)/util/cyclic_buffer.cpp \
$(PROJECT_DIR)/console_util/datalogging.cpp \