From 0c3fa31007196ad1fc3206eb584807080abdd910 Mon Sep 17 00:00:00 2001 From: Milanka Ringwald Date: Wed, 2 Dec 2015 10:51:57 +0100 Subject: [PATCH] include rule for generating version.h file --- test/hfp/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/hfp/Makefile b/test/hfp/Makefile index 83e729edd..cda1c48c7 100644 --- a/test/hfp/Makefile +++ b/test/hfp/Makefile @@ -5,6 +5,8 @@ BTSTACK_ROOT = ../.. POSIX_ROOT= ${BTSTACK_ROOT}/platforms/posix CPPUTEST_HOME = ${BTSTACK_ROOT}/test/cpputest +include ${BTSTACK_ROOT}/example/embedded/Makefile.inc + COMMON = \ btstack_memory.c \ linked_list.c \