H7 relocate startup files to match master. (#8485)

H7 relocate startup files to match master.
This commit is contained in:
Michael Keller 2019-06-28 09:35:51 +12:00 committed by GitHub
commit 5015023e45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 1 additions and 4 deletions

View File

@ -2,9 +2,6 @@
# H7 Make file include
#
# Override LINKER_DIR until H7 merge is complete
LINKER_DIR = $(ROOT)/src/main/target/link
ifeq ($(DEBUG_HARDFAULTS),H7)
CFLAGS += -DDEBUG_HARDFAULTS
endif
@ -209,7 +206,7 @@ VCP_SRC = \
drivers/usb_io.c
MCU_COMMON_SRC = \
target/system_stm32h7xx.c \
startup/system_stm32h7xx.c \
drivers/system_stm32h7xx.c \
drivers/timer_hal.c \
drivers/timer_stm32h7xx.c \