Skip to content

Commit

Permalink
add ethtool & pciutils to "make clean"
Browse files Browse the repository at this point in the history
Signed-off-by: Nobuhiro MIKI <nob@bobuhiro11.net>
  • Loading branch information
bobuhiro11 committed Mar 18, 2022
1 parent 767b232 commit e5db102
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ test: golangci-lint initrd bzImage

.PHONY: clean
clean:
rm -rf ./gokvm ./golangci-lint .busybox-$(BUSYBOX_VERSION) initrd bzImage linux-$(LINUX_VERSION)
rm -rf ./gokvm ./golangci-lint .busybox-$(BUSYBOX_VERSION) initrd bzImage linux-$(LINUX_VERSION) \
ethtool-$(ETHTOOL_VERSION) ethtool.tar.gz pciutils-$(PCIUTILS_VERSION) pciutils.tar.gz

.PHONY: qemu
qemu: initrd bzImage
Expand Down

0 comments on commit e5db102

Please sign in to comment.