kosmos/source/firmware/arch/arch.mk

4 lines
83 B
Makefile
Raw Permalink Normal View History

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