summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-06-09 09:26:43 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-06-09 09:26:43 +0200
commit780c5c84e9b321323ad57738f188ee13fe2ed2ec (patch)
tree1469d336f2ea64a4308b19d2dcfebb5e0389afee /Makefile
parent327106c52b771d30ec8ff77ba3ca99cb7ac6abae (diff)
parent7f9b96cd96332b7a569e21612d3b905b7691c637 (diff)
downloadbarebox-780c5c84e9b321323ad57738f188ee13fe2ed2ec.tar.gz
barebox-780c5c84e9b321323ad57738f188ee13fe2ed2ec.tar.xz
Merge branch 'for-next/imx'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a00800352d..976ae322d4 100644
--- a/Makefile
+++ b/Makefile
@@ -700,7 +700,7 @@ OBJCOPYFLAGS_barebox.bin = -O binary
barebox.bin: barebox FORCE
$(call if_changed,objcopy)
ifndef CONFIG_PBL_IMAGE
- $(call cmd,check_file_size,$(CONFIG_BAREBOX_MAX_IMAGE_SIZE))
+ $(call cmd,check_file_size,$@,$(CONFIG_BAREBOX_MAX_IMAGE_SIZE))
endif
# By default the uImage load address is 2MB below CONFIG_TEXT_BASE,