summaryrefslogtreecommitdiff
path: root/fip
diff options
context:
space:
mode:
authorDongjin Kim <tobetter@gmail.com>2019-01-17 12:26:05 +0900
committerDongjin Kim <tobetter@gmail.com>2019-01-17 12:27:52 +0900
commit5072ea0f0656e8fa55b9a43c307a50918f43e2e6 (patch)
tree5abd305c3b4700be365ee2f2de7f77f6062959d3 /fip
parentbc6fcc4cfe80bb90eba0549aefc6052da41c3668 (diff)
downloadu-boot-odroid-c1-5072ea0f0656e8fa55b9a43c307a50918f43e2e6.tar.gz
ODROID-COMMON: fip: enforce to rebuild fip.bin everytime
Change-Id: Ic785af393c769ea6f3738dc91f9a3482a5107282 Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Diffstat (limited to 'fip')
-rw-r--r--fip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fip/Makefile b/fip/Makefile
index 6ef3b7b5eb..959bdf426f 100644
--- a/fip/Makefile
+++ b/fip/Makefile
@@ -64,7 +64,7 @@ FIP_ARGS := --bl30 $(buildtree)/fip/bl30_new.bin \
--bl31 $(buildsrc)/fip/$(SOC)/bl31.$(BL3X_SUFFIX) \
--bl33 $(buildtree)/u-boot.bin
-$(buildtree)/fip/fip.bin:
+$(buildtree)/fip/fip.bin: FORCE
$(Q)echo Building $@...
$(call fix_blx, \
$(buildsrc)/fip/$(SOC)/bl30.bin, \