Skip to content

Commit

Permalink
misc: clean copies of vmmon.o and vmnet.o in top level makefile
Browse files Browse the repository at this point in the history
Makefiles in *-only copy the object file module is created from into the
parent directory but do not delete them on "make clean". Clean these files
up in "clean" target of top level makefile.
  • Loading branch information
mkubecek committed May 27, 2018
1 parent 77a6966 commit 16c49e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ install: retiredcheck $(MODFILES)
if test -z "$(DESTDIR)"; then $(DEPMOD) -a $(VM_UNAME); fi

clean: $(SUBDIRS)
rm -f *.o

tarballs: $(TARBALLS)

0 comments on commit 16c49e5

Please sign in to comment.