auto-sync

This commit is contained in:
rusEfi 2016-10-04 13:03:25 -04:00
parent 5cf0d645eb
commit 2fe6c09d3f
3 changed files with 30 additions and 0 deletions

View File

@ -9,6 +9,7 @@ ENGINES_SRC_CPP = $(PROJECT_DIR)/config/engines/ford_aspire.cpp \
$(PROJECT_DIR)/config/engines/bmw_e34.cpp \
$(PROJECT_DIR)/config/engines/mazda_miata.cpp \
$(PROJECT_DIR)/config/engines/mazda_miata_1_6.cpp \
$(PROJECT_DIR)/config/engines/mazda_miata_vvt.cpp \
$(PROJECT_DIR)/config/engines/citroenBerlingoTU3JP.cpp \
$(PROJECT_DIR)/config/engines/dodge_neon.cpp \
$(PROJECT_DIR)/config/engines/ford_fiesta.cpp \

View File

@ -0,0 +1,12 @@
/*
* @file mazda_miata_vvt.cpp
*
* @date Oct 4, 2016
* @author Andrey Belomutskiy, (c) 2012-2016
* http://rusefi.com/forum/viewtopic.php?f=3&t=1095
*/
#include "mazda_miata_vvt.h"

View File

@ -0,0 +1,17 @@
/*
* @file mazda_miata_vvt.h
*
* @date Oct 4, 2016
* @author Andrey Belomutskiy, (c) 2012-2016
*
* http://rusefi.com/forum/viewtopic.php?f=3&t=1095
*/
#ifndef CONFIG_ENGINES_MAZDA_MIATA_VVT_H_
#define CONFIG_ENGINES_MAZDA_MIATA_VVT_H_
#endif /* CONFIG_ENGINES_MAZDA_MIATA_VVT_H_ */