summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2019-06-07 18:03:18 -0400
committerTom Rini <[email protected]>2019-06-07 18:03:18 -0400
commita56149dd97feb1674009bd21b214f0d2b5f6e2ed (patch)
treeee49b208345579ec24c31af9ba271c0d045f49b4 /tools/Makefile
parent3bad256f5b5afc2ba6b3d30c162cb4b2b39318fd (diff)
parent2577015dc5c48e7892dea8731a27530543606673 (diff)
Merge branch '2019-06-07-master-imports'
- Include Heinrich's series to move the i.MX board size check function to be more widely available. - Include Simon Goldschmidt's patch to make it possible to have a more accurate SPL size check applied.
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index e2f572cae1b..33e90a8025a 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -199,6 +199,10 @@ hostprogs-$(CONFIG_RISCV) += prelink-riscv
hostprogs-y += fdtgrep
fdtgrep-objs += $(LIBFDT_OBJS) fdtgrep.o
+ifneq ($(TOOLS_ONLY),y)
+hostprogs-y += spl_size_limit
+endif
+
hostprogs-$(CONFIG_MIPS) += mips-relocs
# We build some files with extra pedantic flags to try to minimize things