From 9d7856192b0eda028cd95ff2a163f85b82d38f50 Mon Sep 17 00:00:00 2001 From: "chao.an" Date: Wed, 1 Jul 2020 11:34:44 +0800 Subject: [PATCH] make/POSTBUILD: make BIN directory configurable enhance the post build can support configurable BIN directory Change-Id: I64f286b6eb5ed77e91b67a27d815d62c345ac589 Signed-off-by: chao.an --- tools/Makefile.unix | 2 +- tools/Makefile.win | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/Makefile.unix b/tools/Makefile.unix index ba5ebe5708..b9a44d04fc 100644 --- a/tools/Makefile.unix +++ b/tools/Makefile.unix @@ -421,7 +421,7 @@ ifeq ($(CONFIG_UBOOT_UIMAGE),y) cp -f uImage /tftpboot/uImage; \ fi endif - $(call POSTBUILD) + $(call POSTBUILD, $(TOPDIR)) # download # diff --git a/tools/Makefile.win b/tools/Makefile.win index 68cb0bd7c3..4681093265 100644 --- a/tools/Makefile.win +++ b/tools/Makefile.win @@ -381,7 +381,7 @@ ifeq ($(CONFIG_RAW_BINARY),y) @echo "CP: $(NUTTXNAME).bin" $(Q) $(OBJCOPY) $(OBJCOPYARGS) -O binary $(BIN) $(NUTTXNAME).bin endif - $(call POSTBUILD) + $(call POSTBUILD, $(TOPDIR)) # download #