Skip to content

Commit

Permalink
fix(Makefile): remove xva.py from the Makefile
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
edwintorok committed Dec 20, 2023
1 parent 34a3df0 commit 75b5fc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ endif
$(IDATA) examples/python/inventory.py $(DESTDIR)$(SITE3_DIR)/
$(IPROG) examples/python/echo.py $(DESTDIR)$(PLUGINDIR)/echo
$(IPROG) examples/python/shell.py $(DESTDIR)$(LIBEXECDIR)/shell.py
$(IPROG) examples/python/xva.py $(DESTDIR)$(OPTDIR)/bin/xva-rewrite-scsiid
# poweron
$(IPROG) poweron/wlan.py $(DESTDIR)$(PLUGINDIR)/wlan.py
$(IPROG) poweron/wlan.py $(DESTDIR)$(PLUGINDIR)/wake-on-lan
Expand Down

0 comments on commit 75b5fc0

Please sign in to comment.