diff --git a/Makefile b/Makefile index 6481f94..263ca5b 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ GITVERSION:=$(shell git rev-parse HEAD) SKIPABI=0 -BUILD_DIR=build +BUILD_DIR=pve-kernel-$(KERNEL_VER) KERNEL_SRC=ubuntu-kernel KERNEL_SRC_SUBMODULE=submodules/$(KERNEL_SRC) @@ -143,5 +143,5 @@ abi-tmp-$(KVNAME): .PHONY: clean clean: - rm -rf *~ build *.prepared $(KERNEL_CFG_ORG) + rm -rf *~ $(PACKAGE)*/ *.prepared $(KERNEL_CFG_ORG) rm -f *.deb *.changes *.buildinfo