platform.mk 580 B

1234567891011121314
  1. # List of all the LPC214x platform files.
  2. PLATFORMSRC = ${CHIBIOS}/os/hal/ports/LPC/LPC214x/hal_lld.c \
  3. ${CHIBIOS}/os/hal/ports/LPC/LPC214x/hal_pal_lld.c \
  4. ${CHIBIOS}/os/hal/ports/LPC/LPC214x/hal_serial_lld.c \
  5. ${CHIBIOS}/os/hal/ports/LPC/LPC214x/hal_spi_lld.c \
  6. ${CHIBIOS}/os/hal/ports/LPC/LPC214x/hal_st_lld.c \
  7. ${CHIBIOS}/os/hal/ports/LPC/LPC214x/vic.c
  8. # Required include directories
  9. PLATFORMINC = ${CHIBIOS}/os/hal/ports/LPC/LPC214x
  10. # Shared variables
  11. ALLCSRC += $(PLATFORMSRC)
  12. ALLINC += $(PLATFORMINC)