ChibiOS/os/hal/platforms/SAM4L/platform.mk

8 lines
309 B
Makefile
Raw Normal View History

# List of all the STM32F3xx platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/SAM4L/hal_lld.c \
${CHIBIOS}/os/hal/platforms/SAM4L/asf/flashcalw.c
# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/SAM4L \
${CHIBIOS}/os/hal/platforms/SAM4L/asf