From df1fe3cee8881a23c5578ccc70e713f8ff8608fd Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Thu, 1 Dec 2016 17:51:57 +0200 Subject: [PATCH] makefile: Added autoconf.h to the list of clean-files Signed-off-by: Vladimir Sokolovsky --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index d035831..4480102 100644 --- a/makefile +++ b/makefile @@ -201,6 +201,7 @@ distclean: clean_kernel clean-files := Module.symvers modules.order Module.markers compat/modules.order compat/configure clean-files += $(COMPAT_CONFIG) $(COMPAT_AUTOCONF) +clean-files += include/linux/autoconf.h include/generated/autoconf.h help: @echo -- 2.46.0