This commit is contained in:
rusEfi 2018-01-31 21:27:45 -05:00
parent 07df60eb49
commit 3d5033580a
3 changed files with 28 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_na8.cpp \
$(PROJECT_DIR)/config/engines/mazda_miata_vvt.cpp \
$(PROJECT_DIR)/config/engines/citroenBerlingoTU3JP.cpp \
$(PROJECT_DIR)/config/engines/dodge_neon.cpp \

View File

@ -0,0 +1,12 @@
/*
* @file mazda_miata_na8.cpp
*
* set engine_type 56
*
* @date Jan 31, 2018
* @author Andrey Belomutskiy, (c) 2012-2017
*/

View File

@ -0,0 +1,15 @@
/*
* @file mazda_miata_na8.h
*
* @date Jan 31, 2018
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#ifndef CONFIG_ENGINES_MAZDA_MIATA_NA8_H_
#define CONFIG_ENGINES_MAZDA_MIATA_NA8_H_
#endif /* CONFIG_ENGINES_MAZDA_MIATA_NA8_H_ */