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