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