summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2016-02-04 00:31:46 +0000
committerAndre Przywara <andre.przywara@arm.com>2016-02-04 09:10:34 +0000
commit5fec3ae8cc3d4932b59670f78187dbcd23720834 (patch)
treeb49aed19821b0bb63da1bd87ffec45b1e9ede6ab
parent4511a5c3d8f140e2c32dd32e04668555b25f43bf (diff)
Makefile: remove copying of final binary
After the actual build process the Makefile copied the resulting binary into Allwinner's build tree (for deployment). Remove this copy to allow build outside of Allwinner's build environment.
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85d651f..b074ed4 100644
--- a/Makefile
+++ b/Makefile
@@ -425,7 +425,6 @@ ifeq (bl31.bin,$(notdir ${BIN}))
$${Q}git show HEAD --pretty=format:"%H" | head -n 1 > cur.log
$${Q}./tools/add_hash_bl31.sh -f $$@ -m bl31
endif
- @cp -v $$@ ../../tools/pack/chips/$(DEFAULT_PLAT)/bin/
.PHONY : bl$(1)
bl$(1) : $(BUILD_DIR) $(BIN) $(DUMP)