diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-02 09:34:38 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-02 09:34:38 +0000 |
commit | eaa8acff48439e8b416dc396e7fceb0ae3daaa8e (patch) | |
tree | b4dcd63128c00acd438ca73f8b77c0b501970570 /testhal/common/testbuild/Makefile | |
parent | ca14dc68facb6fb81862199229e677526d0ee1f1 (diff) | |
download | ChibiOS-eaa8acff48439e8b416dc396e7fceb0ae3daaa8e.tar.gz ChibiOS-eaa8acff48439e8b416dc396e7fceb0ae3daaa8e.tar.bz2 ChibiOS-eaa8acff48439e8b416dc396e7fceb0ae3daaa8e.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7455 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/common/testbuild/Makefile')
-rw-r--r-- | testhal/common/testbuild/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testhal/common/testbuild/Makefile b/testhal/common/testbuild/Makefile index e2d148174..d92412e26 100644 --- a/testhal/common/testbuild/Makefile +++ b/testhal/common/testbuild/Makefile @@ -83,6 +83,7 @@ PROJECT = ch CHIBIOS = ../../..
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/hal/templates/platform.mk
+include $(CHIBIOS)/os/hal/templates/osal/osal.mk
# Define linker script file here
LDSCRIPT= $(PORTLD)/STM32F407xG.ld
|