auto-sync

This commit is contained in:
rusEfi 2016-02-11 20:20:28 -05:00
parent 604c1079af
commit 3e82fc841e
4 changed files with 3 additions and 6 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)/util/console_util.mk
# Define linker script file here
@ -129,7 +128,6 @@ CSRC = $(PORTSRC) \
$(UTILSRC) \
$(ENGINES_SRC) \
$(CONSOLESRC) \
$(CONSOLEUTILSRC) \
$(HALSRC) \
$(DEV_SRC) \
$(HW_LAYER_EMS) \

View File

@ -1,5 +1,5 @@
// This file was generated by Version2Header
// Thu Feb 11 14:16:47 EST 2016
// Thu Feb 11 19:42:49 EST 2016
#ifndef VCS_VERSION
#define VCS_VERSION "9535"
#define VCS_VERSION "9550"
#endif

View File

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

View File

@ -1,5 +1,6 @@
UTIL_TEST_SRC = $(PROJECT_DIR)/util/crc.c \
$(PROJECT_DIR)/rfiutil.c \
$(PROJECT_DIR)/util/data_buffer.c \
$(PROJECT_DIR)/util/histogram.c