summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-06-12 07:24:51 -0600
committerTom Rini <trini@ti.com>2014-06-19 11:19:01 -0400
commitea51a6282316f383fa04defa30ea15feb36d5d69 (patch)
treeebcc28e90b945cf9afd9515db0543b778e145076 /tools/Makefile
parentaa69db1f7ab6876f4fe160c079d15845434681f1 (diff)
downloadtalos-obmc-uboot-ea51a6282316f383fa04defa30ea15feb36d5d69.tar.gz
talos-obmc-uboot-ea51a6282316f383fa04defa30ea15feb36d5d69.zip
Allow compiling common/bootm.c on with HOSTCC
We want to use some of the functionality in this file, so make it build on the host. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 0088c1aae1..949b6c6c38 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -66,6 +66,7 @@ RSA_OBJS-$(CONFIG_FIT_SIGNATURE) := $(addprefix lib/rsa/, \
dumpimage-mkimage-objs := aisimage.o \
atmelimage.o \
$(FIT_SIG_OBJS-y) \
+ common/bootm.o \
lib/crc32.o \
default_image.o \
lib/fdtdec.o \
OpenPOWER on IntegriCloud