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