diff options
Diffstat (limited to 'demos')
-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
|