aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC11Uxx/platform.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/LPC11Uxx/platform.mk')
-rw-r--r--os/hal/platforms/LPC11Uxx/platform.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/os/hal/platforms/LPC11Uxx/platform.mk b/os/hal/platforms/LPC11Uxx/platform.mk
new file mode 100644
index 000000000..3dc47e897
--- /dev/null
+++ b/os/hal/platforms/LPC11Uxx/platform.mk
@@ -0,0 +1,7 @@
+# List of all the LPC11Uxx platform files.
+PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/LPC11Uxx/hal_lld.c \
+ ${CHIBIOS}/os/hal/platforms/LPC11Uxx/pal_lld.c \
+ ${CHIBIOS}/os/hal/platforms/LPC11Uxx/serial_lld.c
+
+# Required include directories
+PLATFORMINC = ${CHIBIOS}/os/hal/platforms/LPC11Uxx