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