Move startup file to src dir

This commit is contained in:
jaseg 2020-12-21 16:26:25 +01:00
parent d8b6d18d2f
commit 7c0a0f40e9
2 changed files with 1 additions and 1 deletions

View file

@ -53,7 +53,7 @@ CXX_SOURCES +=
BUILDDIR ?= build
BINARY := minikbd.elf
STARTUP_FILE := startup_stm32f072xb.s
STARTUP_FILE := src/startup_stm32f072xb.s
LDSCRIPT := STM32F072CBUx_FLASH.ld
ARCH_FLAGS := -mthumb -mcpu=cortex-m0 -mfloat-abi=soft