diff options
Diffstat (limited to 'test/hal')
-rw-r--r-- | test/hal/testbuild/.cproject | 4 | ||||
-rw-r--r-- | test/hal/testbuild/Makefile | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/test/hal/testbuild/.cproject b/test/hal/testbuild/.cproject index 1ce473e74..682c75a2b 100644 --- a/test/hal/testbuild/.cproject +++ b/test/hal/testbuild/.cproject @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?fileVersion 4.0.0?>
-
-<cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
+<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
<storageModule moduleId="org.eclipse.cdt.core.settings">
<cconfiguration id="0.1422654280">
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="0.1422654280" moduleId="org.eclipse.cdt.core.settings" name="Default">
diff --git a/test/hal/testbuild/Makefile b/test/hal/testbuild/Makefile index 4af7fe08d..0e6aca07a 100644 --- a/test/hal/testbuild/Makefile +++ b/test/hal/testbuild/Makefile @@ -91,7 +91,7 @@ CHIBIOS = ../../.. include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f4xx.mk
# HAL-OSAL files (optional).
include $(CHIBIOS)/os/hal/hal.mk
-include $(CHIBIOS)/os/hal/ports/common/platform.mk
+include $(CHIBIOS)/os/hal/templates/platform.mk
include $(CHIBIOS)/os/hal/templates/board/board.mk
include $(CHIBIOS)/os/hal/templates/osal/osal.mk
# RTOS files (optional).
|