summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2013-04-18 12:25:33 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-04-19 06:19:09 +0200
commit07c62e1060ea411afa48cfc38bb9c9d48a17ce9b (patch)
tree717c6019a0ece8543e7cdccf63fdfc1a01d8a7d0 /Makefile
parent4d43f79dd5d884cf3b89ac33b790454bbc97db9a (diff)
downloadbarebox-07c62e1060ea411afa48cfc38bb9c9d48a17ce9b.tar.gz
barebox-07c62e1060ea411afa48cfc38bb9c9d48a17ce9b.tar.xz
Makefile: drop duplicate definition of cmd_objcopy
This command is already defined in scripts/Makefile.lib, which is included from Makefile. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a7db9de088..f0fd70afc7 100644
--- a/Makefile
+++ b/Makefile
@@ -667,9 +667,6 @@ define rule_barebox-modpost
$(Q)echo 'cmd_$@ := $(cmd_barebox-modpost)' > $(dot-target).cmd
endef
-quiet_cmd_objcopy = OBJCOPY $@
- cmd_objcopy = $(OBJCOPY) $(OBJCOPYFLAGS) $(OBJCOPYFLAGS_$(@F)) $< $@
-
OBJCOPYFLAGS_barebox.bin = -O binary
barebox.bin: barebox FORCE