Skip to content

Commit 75b5fc0

Browse files
committed
fix(Makefile): remove xva.py from the Makefile
Fixes: 2a6aaae ("CP-45974: Porting examples to python3,as per Edwin Torok an Rob Hoes XVA.py is not required anymore,deleting it from repo.") Signed-off-by: Edwin Török <edwin.torok@cloud.com>
1 parent 34a3df0 commit 75b5fc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ endif
179179
$(IDATA) examples/python/inventory.py $(DESTDIR)$(SITE3_DIR)/
180180
$(IPROG) examples/python/echo.py $(DESTDIR)$(PLUGINDIR)/echo
181181
$(IPROG) examples/python/shell.py $(DESTDIR)$(LIBEXECDIR)/shell.py
182-
$(IPROG) examples/python/xva.py $(DESTDIR)$(OPTDIR)/bin/xva-rewrite-scsiid
183182
# poweron
184183
$(IPROG) poweron/wlan.py $(DESTDIR)$(PLUGINDIR)/wlan.py
185184
$(IPROG) poweron/wlan.py $(DESTDIR)$(PLUGINDIR)/wake-on-lan

0 commit comments

Comments
 (0)