Don't leave old binaries around in the initrd.

This commit is contained in:
Jonas 'Sortie' Termansen 2011-11-17 22:33:17 +01:00
parent dd349a150a
commit fccad5e31c
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ suball:
clean:
rm -f $(INITRD)
rm -f initrd/*
(for D in $(MODULES); do $(MAKE) clean $(MFLAGS) --directory $$D || exit $?; done)
distclean: clean cleanbuilds