diff options
Diffstat (limited to 'os/hal/platforms/LPC17xx/platform.mk')
-rw-r--r-- | os/hal/platforms/LPC17xx/platform.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/os/hal/platforms/LPC17xx/platform.mk b/os/hal/platforms/LPC17xx/platform.mk deleted file mode 100644 index 538532411..000000000 --- a/os/hal/platforms/LPC17xx/platform.mk +++ /dev/null @@ -1,17 +0,0 @@ -# List of all the LPC17xx platform files.
-PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/LPC17xx/hal_lld.c \
- ${CHIBIOS}/os/hal/platforms/LPC17xx/lpc17xx_dma.c \
- ${CHIBIOS}/os/hal/platforms/LPC17xx/adc_lld.c \
- ${CHIBIOS}/os/hal/platforms/LPC17xx/gpt_lld.c \
- ${CHIBIOS}/os/hal/platforms/LPC17xx/pal_lld.c \
- ${CHIBIOS}/os/hal/platforms/LPC17xx/serial_lld.c \
- ${CHIBIOS}/os/hal/platforms/LPC17xx/rtc_lld.c \
- ${CHIBIOS}/os/hal/platforms/LPC17xx/i2c_lld.c \
- ${CHIBIOS}/os/hal/platforms/LPC17xx/spi_lld.c \
- ${CHIBIOS}/os/hal/platforms/LPC17xx/dac_lld.c \
- ${CHIBIOS}/os/hal/platforms/LPC17xx/mac_lld.c \
- ${CHIBIOS}/os/hal/platforms/LPC17xx/can_lld.c
-
-
-# Required include directories
-PLATFORMINC = ${CHIBIOS}/os/hal/platforms/LPC17xx
|