diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/hal/testbuild/Makefile | 2 | ||||
| -rw-r--r-- | test/rt/testbuild/Makefile | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/test/hal/testbuild/Makefile b/test/hal/testbuild/Makefile index aef0c5c9a..6cb730058 100644 --- a/test/hal/testbuild/Makefile +++ b/test/hal/testbuild/Makefile @@ -96,7 +96,7 @@ include $(CHIBIOS)/os/hal/templates/platform.mk  include $(CHIBIOS)/os/hal/templates/osal/osal.mk
  # RTOS files (optional).
  #include $(CHIBIOS)/os/rt/rt.mk
 -#include $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
 +#include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
  # Other files (optional).
  #include $(CHIBIOS)/test/rt/test.mk
 diff --git a/test/rt/testbuild/Makefile b/test/rt/testbuild/Makefile index 888660393..af684a19a 100644 --- a/test/rt/testbuild/Makefile +++ b/test/rt/testbuild/Makefile @@ -54,7 +54,7 @@ include $(CHIBIOS)/os/hal/boards/simulator/board.mk  include $(CHIBIOS)/os/hal/hal.mk
  include $(CHIBIOS)/os/hal/ports/simulator/win32/platform.mk
  include $(CHIBIOS)/os/hal/osal/rt/osal.mk
 -include $(CHIBIOS)/os/rt/ports/SIMIA32/compilers/GCC/port.mk
 +include $(CHIBIOS)/os/common/ports/SIMIA32/compilers/GCC/port.mk
  include $(CHIBIOS)/os/rt/rt.mk
  include $(CHIBIOS)/test/rt/test.mk
 | 
