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