3 lines
75 B
Makefile
3 lines
75 B
Makefile
|
ifeq ($(CPU), stm32f4xx)
|
||
|
include firmware/arch/stm32f4xx/stm32f4xx.mk
|
||
|
endif
|