makefile moved to root folder
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
INCLUDES += firmware/arch/stm32f4xx/board
|
||||
DOC_SRC += firmware/arch/stm32f4xx/board
|
||||
INCLUDES += source/firmware/arch/stm32f4xx/board
|
||||
DOC_SRC += source/firmware/arch/stm32f4xx/board
|
||||
|
||||
ifeq ($(BOARD), stm32f4-discovery)
|
||||
include firmware/arch/stm32f4xx/board/stm32f4-discovery/stm32f4-discovery.mk
|
||||
include source/firmware/arch/stm32f4xx/board/stm32f4-discovery/stm32f4-discovery.mk
|
||||
endif
|
||||
|
@@ -1,4 +1,4 @@
|
||||
CHECK_FOLDER += firmware/arch/stm32f4xx/board/stm32f4-discovery
|
||||
SUB_FOLDER += firmware/arch/stm32f4xx/board/stm32f4-discovery
|
||||
INCLUDES += firmware/arch/stm32f4xx/board/stm32f4-discovery/include
|
||||
DOC_SRC += firmware/arch/stm32f4xx/board/stm32f4-discovery
|
||||
CHECK_FOLDER += source/firmware/arch/stm32f4xx/board/stm32f4-discovery
|
||||
SUB_FOLDER += source/firmware/arch/stm32f4xx/board/stm32f4-discovery
|
||||
INCLUDES += source/firmware/arch/stm32f4xx/board/stm32f4-discovery/include
|
||||
DOC_SRC += source/firmware/arch/stm32f4xx/board/stm32f4-discovery
|
Reference in New Issue
Block a user