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:
parent
5e44cd4aa3
commit
680d8ef195
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue