Fix bootloader build #2907

helping build?
This commit is contained in:
rusefillc 2021-07-05 15:08:11 -04:00
parent b1a2295917
commit 13c130983e
1 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,5 @@
##############################################################################
# Build global options
# NOTE: Can be overridden externally.
#
# this Makefile is intended to be invoked from one level above - see ..\compile_bootloader.sh
#
# by default EXTRA_PARAMS is empty and we create 'debug' version of the firmware with additional assertions and statistics
@ -116,7 +115,7 @@ endif
# Define project name here
PROJECT = bootloader
PROJECT_DIR = ../..
PROJECT_DIR = ..
# Imported source files and paths
CHIBIOS = $(PROJECT_DIR)/ChibiOS
@ -210,7 +209,7 @@ TCPPSRC =
ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
INCDIR = $(ALLINC) \
../.. \
.. \
$(CHIBIOS)/os/various \
$(CHIBIOS)/os/ex/ST \
$(CHIBIOS)/os/hal/lib/peripherals/sensors \