From 680d8ef195f97f39894223d1f4062ca05d525c48 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 21 Feb 2010 11:38:56 +0000 Subject: 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 --- demos/Posix-GCC/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos') 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 -- cgit v1.2.3