2009-12-08 19:11:39 +00:00
|
|
|
# List of all the Win32 platform files.
|
|
|
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/Win32/hal_lld.c \
|
2010-02-21 11:14:39 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/Win32/pal_lld.c \
|
2009-12-08 19:11:39 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/Win32/serial_lld.c
|
|
|
|
|
|
|
|
# Required include directories
|
|
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/Win32
|