Skip to content
Snippets Groups Projects
Commit 37b80188 authored by Prafulla Wadaskar's avatar Prafulla Wadaskar Committed by Wolfgang Denk
Browse files

mkimage: Include missing files in build dependency calculations


Include default_image.o and fit_image.o into the build dependency
calculations. This makes sure they get rebuilt if any of the headers
they include are modified

Signed-off-by: default avatarPrafulla Wadaskar <prafulla@marvell.com>
Acked-by: default avatarRon Lee <ron@debian.org>

Edited commit message.

Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 3a2003f6
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,9 @@ EXT_OBJ_FILES-y += lib_generic/sha1.o ...@@ -93,7 +93,9 @@ EXT_OBJ_FILES-y += lib_generic/sha1.o
# Source files located in the tools directory # Source files located in the tools directory
OBJ_FILES-$(CONFIG_LCD_LOGO) += bmp_logo.o OBJ_FILES-$(CONFIG_LCD_LOGO) += bmp_logo.o
OBJ_FILES-$(CONFIG_VIDEO_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-$(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_NET) += gen_eth_addr.o
OBJ_FILES-$(CONFIG_CMD_LOADS) += img2srec.o OBJ_FILES-$(CONFIG_CMD_LOADS) += img2srec.o
OBJ_FILES-$(CONFIG_INCA_IP) += inca-swap-bytes.o OBJ_FILES-$(CONFIG_INCA_IP) += inca-swap-bytes.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment