aboutsummaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-09-25 07:03:17 -0600
committerTom Rini <trini@konsulko.com>2021-10-08 15:53:26 -0400
commit5d3248a688c2368be54aaa9407be30adfa994abc (patch)
tree5f91893da368e86ff51ec69efdf42f849e2b01eb /tools/Makefile
parent3d2a47f11c1e77e79aa4f04dc787b25054822267 (diff)
downloadu-boot-5d3248a688c2368be54aaa9407be30adfa994abc.zip
u-boot-5d3248a688c2368be54aaa9407be30adfa994abc.tar.gz
u-boot-5d3248a688c2368be54aaa9407be30adfa994abc.tar.bz2
image: Split host code out into its own file
To avoid having #ifdefs in a few functions which are completely different in the board and host code, create a new image-host.c file. 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 4a86321..999fd46 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -113,6 +113,7 @@ dumpimage-mkimage-objs := aisimage.o \
lib/fdtdec_common.o \
lib/fdtdec.o \
common/image.o \
+ common/image-host.o \
imagetool.o \
imximage.o \
imx8image.o \