summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-07-03 08:37:40 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-07-03 08:37:40 +0200
commitf2a2894c27db8f5785bfc7fbaddce8873c16661f (patch)
treeed64751e3c80bfd4c56d5e2909e2285670a99d6c /images
parentc5438404db8c8fecff2cd9791b8e0debe679f0d7 (diff)
parent7f1195c63d30ae24f5575336264d74bf39ab06f9 (diff)
downloadbarebox-f2a2894c27db8f5785bfc7fbaddce8873c16661f.tar.gz
barebox-f2a2894c27db8f5785bfc7fbaddce8873c16661f.tar.xz
Merge branch 'for-next/misc'
Diffstat (limited to 'images')
-rw-r--r--images/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/images/Makefile b/images/Makefile
index 587cb2651f..6ee1dccac0 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -75,6 +75,8 @@ quiet_cmd_pblx ?= PBLX $@
$(obj)/%.pblx: $(obj)/%.pblb $(obj)/barebox.z FORCE
$(call if_changed,pblx,$(@F))
+ $(call cmd,check_file_size,$@,$(CONFIG_BAREBOX_MAX_PBLX_SIZE))
+
$(obj)/%.s: $(obj)/% FORCE
$(call if_changed,disasm)