forked from luck/tmp_suning_uos_patched
ac4075bca1
The cleanup in commit630f289b71
("asm-generic: make more kernel-space headers mandatory") did not take into account the recently added line for hardirq.h in commitacc45648b9
("m68k: Switch to asm-generic/hardirq.h"), leading to the following message during the build: scripts/Makefile.asm-generic:25: redundant generic-y found in arch/m68k/include/asm/Kbuild: hardirq.h Fix this by dropping the now redundant line. Fixes:630f289b71
("asm-generic: make more kernel-space headers mandatory") Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Reviewed-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
8 lines
188 B
Makefile
8 lines
188 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
generated-y += syscall_table.h
|
|
generic-y += extable.h
|
|
generic-y += kvm_para.h
|
|
generic-y += local64.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += spinlock.h
|