summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorAbe Levkoy <alevkoy@chromium.org>2020-11-02 13:50:49 -0700
committerCommit Bot <commit-bot@chromium.org>2020-11-03 02:02:44 +0000
commit5884a3b37e47b3b9a926963330b5f34e5cde3445 (patch)
treef1c9508d10c8c0d2c96d3261856daea34a2e1795 /Makefile.rules
parent2436c92f829fef3bd620e624ef250b009fce452a (diff)
downloadchrome-ec-5884a3b37e47b3b9a926963330b5f34e5cde3445.tar.gz
genvif: Output to .xml path
The currently generated format is XML. The GRL C2 software requires the the filename end in .xml to successfully use it. Output to a file with this name. BUG=b:170646602 TEST=make buildall BRANCH=none Change-Id: I54dbfaef1bc76be58a0007039da659562f97e372 Signed-off-by: Abe Levkoy <alevkoy@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2514902 Reviewed-by: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index e8c9ebec62..ffcbf42977 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -463,7 +463,7 @@ $(out)/%.bin: $(out)/%.obj
$(call quiet,copyrw-y,COPY_RW))
$(call quiet,mv_from_tmp,MV )
-$(out)/$(BOARD)_vif.txt: $(out)/util/genvif
+$(out)/$(BOARD)_vif.xml: $(out)/util/genvif
$(call quiet,vif,VIF )
flat-y := $(out)/RW/$(PROJECT).RW.flat