NA8
This commit is contained in:
parent
8b65f88a60
commit
7dfd1cc4fd
|
@ -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/bmw_e34.cpp \
|
||||||
$(PROJECT_DIR)/config/engines/mazda_miata.cpp \
|
$(PROJECT_DIR)/config/engines/mazda_miata.cpp \
|
||||||
$(PROJECT_DIR)/config/engines/mazda_miata_1_6.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/mazda_miata_vvt.cpp \
|
||||||
$(PROJECT_DIR)/config/engines/citroenBerlingoTU3JP.cpp \
|
$(PROJECT_DIR)/config/engines/citroenBerlingoTU3JP.cpp \
|
||||||
$(PROJECT_DIR)/config/engines/dodge_neon.cpp \
|
$(PROJECT_DIR)/config/engines/dodge_neon.cpp \
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
/*
|
||||||
|
* @file mazda_miata_na8.cpp
|
||||||
|
*
|
||||||
|
* set engine_type 56
|
||||||
|
*
|
||||||
|
* @date Jan 31, 2018
|
||||||
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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_ */
|
Loading…
Reference in New Issue