diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-21 11:38:56 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-21 11:38:56 +0000 |
commit | 680d8ef195f97f39894223d1f4062ca05d525c48 (patch) | |
tree | 367835a504c68c824a82ab35eff07ba2a144d146 /demos/Posix-GCC | |
parent | 5e44cd4aa3298f9073bb95f7410a2fae0e048206 (diff) | |
download | ChibiOS-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
Diffstat (limited to 'demos/Posix-GCC')
-rw-r--r-- | demos/Posix-GCC/Makefile | 2 |
1 files changed, 1 insertions, 1 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
|