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