engine_control/source/firmware/arch/arch.mk

3 lines
76 B
Makefile
Raw Normal View History

2016-07-23 05:59:54 +00:00
ifeq ($(ARCH), stm32f4xx)
include firmware/arch/stm32f4xx/stm32f4xx.mk
endif