12 lines
501 B
Makefile
12 lines
501 B
Makefile
# List of the ChibiOS e200z0 SPC560BCxx startup files.
|
|
STARTUPSRC =
|
|
|
|
STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC560BCxx/boot.S \
|
|
$(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.S \
|
|
$(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.S
|
|
|
|
STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \
|
|
${CHIBIOS}/os/common/startup/e200/devices/SPC560BCxx
|
|
|
|
STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld
|