aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/ports/simulator/win32/platform.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/simulator/win32/platform.mk b/os/hal/ports/simulator/win32/platform.mk
index 619d3b806..c56724f9f 100644
--- a/os/hal/ports/simulator/win32/platform.mk
+++ b/os/hal/ports/simulator/win32/platform.mk
@@ -1,9 +1,9 @@
# 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/win32/hal_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
+ ${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 \