Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7d3cc8b6 authored by Jan Blunck's avatar Jan Blunck Committed by Sam Ravnborg
Browse files

Don't clean bounds.h and asm-offsets.h



Since 97965478 ("mm: Get rid of __ZONE_COUNT")
mmzone.h includes bounds.h.
Calling make clean after make prepare removes bounds.h
again so when building external modules this fails.

Signed-off-by: default avatarJan Blunck <jblunck@suse.de>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
--
parent 107f43a0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -96,5 +96,4 @@ missing-syscalls: scripts/checksyscalls.sh FORCE
	$(call cmd,syscalls)

# Delete all targets during make clean
clean-files := $(addprefix $(objtree)/,$(targets))
clean-files := $(addprefix $(objtree)/,$(filter-out $(bounds-file) $(offsets-file),$(targets)))
+1 −0
Original line number Diff line number Diff line
@@ -1114,6 +1114,7 @@ MRPROPER_DIRS += include/config include2 usr/include
MRPROPER_FILES += .config .config.old include/asm .version .old_version \
                  include/linux/autoconf.h include/linux/version.h      \
                  include/linux/utsrelease.h                            \
                  include/linux/bounds.h include/asm*/asm-offsets.h     \
		  Module.symvers tags TAGS cscope*

# clean - Delete most, but leave enough to build external modules