mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
e18e340fd1
"generic-y += kvm_para.h" is doubled in asm/Kbuild and uapi/asm/Kbuild. The one in the former should be simply removed because kvm_para.h is exported. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
10 lines
224 B
Makefile
10 lines
224 B
Makefile
generic-y += clkdev.h
|
|
generic-y += exec.h
|
|
generic-y += irq_work.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += mm-arch-hooks.h
|
|
generic-y += preempt.h
|
|
generic-y += trace_clock.h
|
|
generic-y += vtime.h
|
|
generic-y += word-at-a-time.h
|