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