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
This commit is contained in:
gdisirio 2010-02-21 11:38:56 +00:00
parent 5e44cd4aa3
commit 680d8ef195
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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