summaryrefslogtreecommitdiff
authorxiaobo gu <xiaobo.gu@amlogic.com>2019-10-08 06:17:20 (GMT)
committer Haixiang Bao <haixiang.bao@amlogic.com>2019-12-03 03:15:37 (GMT)
commitbccc68acc3c16f0a41fedda7073a7b4e96e55e25 (patch)
treea3f198e50f20b444cb2cab03bbbb7b2338aaaf75
parent05c8bdef22dfb67eb39ba85bc16e38a8a67d6cf7 (diff)
downloaduboot-bccc68acc3c16f0a41fedda7073a7b4e96e55e25.zip
uboot-bccc68acc3c16f0a41fedda7073a7b4e96e55e25.tar.gz
uboot-bccc68acc3c16f0a41fedda7073a7b4e96e55e25.tar.bz2
makefile: update dovi dependence [1/1]
PD#SWPL-14936 Problem: dovi and u-boot phony dependence conflict build error occurs on some build server Solution: remove u-boot dependent on dovi phony Verify: compile pass Change-Id: I324901372aac2cfd8642fcdb3303ac9b0d2db761 Signed-off-by: xiaobo gu <xiaobo.gu@amlogic.com>
Diffstat
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d42a459..ba0e1bc 100644
--- a/Makefile
+++ b/Makefile
@@ -873,7 +873,7 @@ bl21.bin: tools prepare u-boot.bin acs.bin
$(Q)$(MAKE) -C $(srctree)/$(CPUDIR)/${SOC}/firmware/bl21 all FIRMWARE=$@
.PHONY : dovi
-dovi: tools prepare u-boot
+dovi: tools prepare
ifeq ($(CONFIG_AML_DOLBY), y)
$(Q)$(MAKE) -C $(srctree)/drivers/display/osd/dv dovi.o
endif