commit | ea51a6282316f383fa04defa30ea15feb36d5d69 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 12 07:24:51 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Thu Jun 19 11:19:01 2014 -0400 |
tree | ebcc28e90b945cf9afd9515db0543b778e145076 | |
parent | aa69db1f7ab6876f4fe160c079d15845434681f1 [diff] [blame] |
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>
diff --git a/tools/Makefile b/tools/Makefile index 0088c1a..949b6c6 100644 --- a/tools/Makefile +++ b/tools/Makefile
@@ -66,6 +66,7 @@ dumpimage-mkimage-objs := aisimage.o \ atmelimage.o \ $(FIT_SIG_OBJS-y) \ + common/bootm.o \ lib/crc32.o \ default_image.o \ lib/fdtdec.o \