From be17648c8fde1505f585f76e72d03b81956f46d0 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 12 Dec 2014 17:46:52 +0100 Subject: [PATCH] Fix release target for RM48 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ed82339..72e8374 100644 --- a/Makefile +++ b/Makefile @@ -17,10 +17,10 @@ $(RELEASE_BASENAME):: lib cp --parents rpp/lib/rpp-lib.lib $@/ # Copy library headers and linkes scripts $(call cp_lib,rpp/RM48L952FlashLnk.cmd) - $(call cp_lib,rpp/RM48L952.ccxml) $(call cp_lib,-r rpp/include) $(call cp_lib,-r os/7.0.2_rm48/include) $(call cp_lib,-r lwip/src/include) + cp --parents rpp/loadti/RM48L952.ccxml $@/ # Compile and include the PDF documentation $(MAKE) -C doc mkdir -p $@/doc -- 2.39.2