mirror of
https://abf.rosa.ru/djam/kernel-5.13.git
synced 2025-02-25 16:12:50 +00:00
Revisited mrproper patch for the kernel 4.6
This commit is contained in:
parent
eb018d749d
commit
3eb54f5393
1 changed files with 3 additions and 3 deletions
|
@ -17,11 +17,11 @@ index 5a493e7..2055c07 100644
|
|||
$(Q)$(MAKE) $(build)=.
|
||||
|
||||
# All the preparing..
|
||||
-prepare: prepare0
|
||||
-prepare: prepare0 prepare-objtool
|
||||
+prepare:
|
||||
|
||||
# Generate some files
|
||||
# ---------------------------------------------------------------------------
|
||||
ifdef CONFIG_STACK_VALIDATION
|
||||
has_libelf := $(call try-run,\
|
||||
@@ -1171,13 +1169,8 @@ endif # CONFIG_MODULES
|
||||
CLEAN_DIRS += $(MODVERDIR)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue