[U-Boot] [PATCH 1/5] tools: mkimage: Include default/fit_image.o in the build dependency calculations

Prafulla Wadaskar prafulla at marvell.com
Mon Sep 7 11:29:06 CEST 2009


This makes sure it gets rebuilt if any of the headers it includes are modified

Signed-off-by: Prafulla Wadaskar <prafulla at marvell.com>
Acked-by: Ron Lee <ron at debian.org>
---
 tools/Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tools/Makefile b/tools/Makefile
index 858b0e8..d5c23fd 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -93,7 +93,9 @@ EXT_OBJ_FILES-y += lib_generic/sha1.o
 # Source files located in the tools directory
 OBJ_FILES-$(CONFIG_LCD_LOGO) += bmp_logo.o
 OBJ_FILES-$(CONFIG_VIDEO_LOGO) += bmp_logo.o
+OBJ_FILES-y += default_image.o
 OBJ_FILES-$(CONFIG_ENV_IS_EMBEDDED) += envcrc.o
+OBJ_FILES-y += fit_image.o
 OBJ_FILES-$(CONFIG_CMD_NET) += gen_eth_addr.o
 OBJ_FILES-$(CONFIG_CMD_LOADS) += img2srec.o
 OBJ_FILES-$(CONFIG_INCA_IP) += inca-swap-bytes.o
-- 
1.5.3.3



More information about the U-Boot mailing list