Added monitor.S
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11008 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
4db05b767f
commit
44daff06bd
|
@ -1,7 +1,8 @@
|
|||
# List of the ChibiOS/RT ARMCAx-TZ generic port files.
|
||||
PORTSRC = ${CHIBIOS}/os/common/ports/ARMCAx-TZ/chcore.c
|
||||
|
||||
PORTASM = $(CHIBIOS)/os/common/ports/ARMCAx-TZ/compilers/GCC/chcoreasm.S
|
||||
PORTASM = $(CHIBIOS)/os/common/ports/ARMCAx-TZ/compilers/GCC/chcoreasm.S \
|
||||
$(CHIBIOS)/os/common/ports/ARMCAx-TZ/compilers/GCC/monitor.S
|
||||
|
||||
PORTINC = ${CHIBIOS}/os/common/ports/ARMCAx-TZ \
|
||||
${CHIBIOS}/os/common/ports/ARMCAx-TZ/compilers/GCC
|
||||
|
|
Loading…
Reference in New Issue