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.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/ports/simulator/win32/platform.mk b/os/hal/ports/simulator/win32/platform.mk
index 842309c62..619d3b806 100644
--- a/os/hal/ports/simulator/win32/platform.mk
+++ b/os/hal/ports/simulator/win32/platform.mk
@@ -1,6 +1,7 @@
# 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/console.c \
${CHIBIOS}/os/hal/ports/simulator/pal_lld.c \
${CHIBIOS}/os/hal/ports/simulator/st_lld.c