From db306559830ebd7734d30efb840d500d004e1d3f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 8 Oct 2017 11:48:35 +0200 Subject: frosted: add support for stm32f429-discovery --- mk/build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mk') diff --git a/mk/build.mk b/mk/build.mk index 14f63d20b..4840ab66d 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -175,7 +175,7 @@ ifeq ($(ADK_TARGET_OS_BAREMETAL),y) $(MAKE) -f mk/build.mk package/hostcompile toolchain/final endif ifeq ($(ADK_TARGET_OS_FROSTED),y) - $(MAKE) -f mk/build.mk package/hostcompile toolchain/final target/config-prepare target/compile target/install + $(MAKE) -f mk/build.mk package/hostcompile toolchain/final target/config-prepare target/compile target/install target/targethelp endif ifeq ($(ADK_TARGET_OS_LINUX),y) $(MAKE) -f mk/build.mk package/hostcompile toolchain/final target/config-prepare target/compile package_clean package/compile root_clean package/install target/install package_index -- cgit v1.2.3