kosmos/source/firmware/arch/stm32f4xx/stm32f4xx.mk

8 lines
304 B
Makefile
Raw Permalink Normal View History

2016-08-15 14:11:00 +00:00
SRC_DIR += source/firmware/arch/stm32f4xx
2016-07-29 06:37:13 +00:00
INCLUDES += source/firmware/arch/stm32f4xx/include
2016-07-28 19:02:54 +00:00
2016-07-29 06:37:13 +00:00
include source/firmware/arch/stm32f4xx/board/board.mk
include source/firmware/arch/stm32f4xx/cpu/cpu.mk
include source/firmware/arch/stm32f4xx/driver/driver.mk
include source/firmware/arch/stm32f4xx/lib/lib.mk