7 lines
202 B
Makefile
7 lines
202 B
Makefile
|
INCLUDES += firmware/arch/stm32f4xx/board
|
||
|
DOC_SRC += firmware/arch/stm32f4xx/board
|
||
|
|
||
|
ifeq ($(BOARD), stm32f4-discovery)
|
||
|
include firmware/arch/stm32f4xx/board/stm32f4-discovery/stm32f4-discovery.mk
|
||
|
endif
|