4 lines
83 B
Makefile
Raw Normal View History

2016-08-16 14:28:08 +02:00
ifeq ($(CPU), stm32f4xx)
2016-07-29 08:37:13 +02:00
include source/firmware/arch/stm32f4xx/stm32f4xx.mk
2016-08-16 14:28:08 +02:00
endif