aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/ARMCMx/LPC111x/port.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/GCC/ARMCMx/LPC111x/port.mk')
-rw-r--r--os/ports/GCC/ARMCMx/LPC111x/port.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/os/ports/GCC/ARMCMx/LPC111x/port.mk b/os/ports/GCC/ARMCMx/LPC111x/port.mk
new file mode 100644
index 000000000..2ea4fc00e
--- /dev/null
+++ b/os/ports/GCC/ARMCMx/LPC111x/port.mk
@@ -0,0 +1,10 @@
+# List of the ChibiOS/RT Cortex-M0 LPC111x port files.
+PORTSRC = ${CHIBIOS}/os/ports/GCC/ARMCMx/chcore.c \
+ ${CHIBIOS}/os/ports/GCC/ARMCMx/nvic.c
+# ${CHIBIOS}/os/ports/GCC/ARMCMx/cmsis/core_cm0.c
+
+PORTASM = ${CHIBIOS}/os/ports/GCC/ARMCMx/crt0.s
+
+PORTINC = ${CHIBIOS}/os/ports/GCC/ARMCMx \
+ ${CHIBIOS}/os/ports/GCC/ARMCMx/LPC111x \
+ ${CHIBIOS}/os/ports/GCC/ARMCMx/cmsis