aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/simulator/win32/platform.mk
blob: 8e3d8f76ce103f4870e02e571237e3a4fd41d144 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# List of all the Win32 platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/ports/simulator/win32/hal_lld.c \
              ${CHIBIOS}/os/hal/ports/simulator/win32/hal_serial_lld.c \
              ${CHIBIOS}/os/hal/ports/simulator/console.c \
              ${CHIBIOS}/os/hal/ports/simulator/hal_pal_lld.c \
              ${CHIBIOS}/os/hal/ports/simulator/hal_st_lld.c

# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/ports/simulator/win32 \
              ${CHIBIOS}/os/hal/ports/simulator

# Shared variables
ALLCSRC += $(PLATFORMSRC)
ALLINC  += $(PLATFORMINC)