engine_control/source/firmware/arch/arch.mk
2016-07-23 07:59:54 +02:00

3 lines
76 B
Makefile
Executable File

ifeq ($(ARCH), stm32f4xx)
include firmware/arch/stm32f4xx/stm32f4xx.mk
endif