aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-21 11:38:56 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-21 11:38:56 +0000
commit680d8ef195f97f39894223d1f4062ca05d525c48 (patch)
tree367835a504c68c824a82ab35eff07ba2a144d146
parent5e44cd4aa3298f9073bb95f7410a2fae0e048206 (diff)
downloadChibiOS-680d8ef195f97f39894223d1f4062ca05d525c48.tar.gz
ChibiOS-680d8ef195f97f39894223d1f4062ca05d525c48.tar.bz2
ChibiOS-680d8ef195f97f39894223d1f4062ca05d525c48.zip
Renamed the Linux simulator in "Posix" because it now supports OS X.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1654 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--demos/Posix-GCC/Makefile2
-rw-r--r--os/hal/platforms/Posix/platform.mk8
2 files changed, 5 insertions, 5 deletions
diff --git a/demos/Posix-GCC/Makefile b/demos/Posix-GCC/Makefile
index f32f3c760..37caaf9bd 100644
--- a/demos/Posix-GCC/Makefile
+++ b/demos/Posix-GCC/Makefile
@@ -58,7 +58,7 @@ UADEFS =
# Imported source files
CHIBIOS = ../..
include ${CHIBIOS}/os/hal/hal.mk
-include ${CHIBIOS}/os/hal/platforms/Linux/platform.mk
+include ${CHIBIOS}/os/hal/platforms/Posix/platform.mk
include ${CHIBIOS}/os/ports/GCC/SIMIA32/port.mk
include ${CHIBIOS}/os/kernel/kernel.mk
include ${CHIBIOS}/test/test.mk
diff --git a/os/hal/platforms/Posix/platform.mk b/os/hal/platforms/Posix/platform.mk
index 018ee3e41..e2e3da821 100644
--- a/os/hal/platforms/Posix/platform.mk
+++ b/os/hal/platforms/Posix/platform.mk
@@ -1,7 +1,7 @@
# List of all the Posix platform files.
-PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/Linux/hal_lld.c \
- ${CHIBIOS}/os/hal/platforms/Linux/pal_lld.c \
- ${CHIBIOS}/os/hal/platforms/Linux/serial_lld.c
+PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/Posix/hal_lld.c \
+ ${CHIBIOS}/os/hal/platforms/Posix/pal_lld.c \
+ ${CHIBIOS}/os/hal/platforms/Posix/serial_lld.c
# Required include directories
-PLATFORMINC = ${CHIBIOS}/os/hal/platforms/Linux
+PLATFORMINC = ${CHIBIOS}/os/hal/platforms/Posix