mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-19 09:54:15 +01:00
OP-917: Minor fix for indents and spacing
This commit is contained in:
parent
41ecc09c3f
commit
19e374e8d1
2
Makefile
2
Makefile
@ -209,7 +209,7 @@ simposix_short := 'posx'
|
||||
# SimPosix only builds on Linux so drop it from the list for
|
||||
# all other platforms.
|
||||
ifneq ($(UNAME), Linux)
|
||||
ALL_BOARDS := $(filter-out simposix, $(ALL_BOARDS))
|
||||
ALL_BOARDS := $(filter-out simposix, $(ALL_BOARDS))
|
||||
endif
|
||||
|
||||
# Start out assuming that we'll build fw, bl and bu for all boards
|
||||
|
@ -47,13 +47,13 @@ ifeq ($(MCU),cortex-m3)
|
||||
LDFLAGS += -T$(LINKER_SCRIPTS_PATH)/link_$(BOARD)_memory.ld
|
||||
LDFLAGS += -T$(LINKER_SCRIPTS_PATH)/link_$(BOARD)_sections.ld
|
||||
else ifeq ($(MCU),cortex-m4)
|
||||
include $(PIOS)/stm32f4xx/library.mk
|
||||
include $(PIOS)/stm32f4xx/library.mk
|
||||
|
||||
# Set linker-script name depending on selected submodel name
|
||||
LDFLAGS += -T$(PIOS_DEVLIB)/link_stm32f4xx_fw_memory.ld
|
||||
LDFLAGS += -T$(PIOS_DEVLIB)/link_stm32f4xx_sections.ld
|
||||
SRC += $(HWDEFSINC)/firmware/cm3_fault_handlers.c
|
||||
SRC += $(HWDEFSINC)/firmware/dcc_stdio.c
|
||||
|
||||
else
|
||||
$(error Unsupported MCU for BootloaderUpdater: $(MCU))
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user