aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/simulator/win32/platform.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/simulator/win32/platform.mk')
-rw-r--r--os/hal/ports/simulator/win32/platform.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/ports/simulator/win32/platform.mk b/os/hal/ports/simulator/win32/platform.mk
index 8136324e7..842309c62 100644
--- a/os/hal/ports/simulator/win32/platform.mk
+++ b/os/hal/ports/simulator/win32/platform.mk
@@ -1,7 +1,8 @@
# List of all the Win32 platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/ports/simulator/win32/hal_lld.c \
${CHIBIOS}/os/hal/ports/simulator/win32/serial_lld.c \
- ${CHIBIOS}/os/hal/ports/simulator/pal_lld.c
+ ${CHIBIOS}/os/hal/ports/simulator/pal_lld.c \
+ ${CHIBIOS}/os/hal/ports/simulator/st_lld.c
# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/ports/simulator/win32 \