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