mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 13:00:33 +07:00
073d8224d2
Many architectures have a stub cputime.h that only include the default cputime.h Lets remove the useless headers, we only need to mention that we want the default headers on the Kbuild files. Cc: Archs <linux-arch@vger.kernel.org> Cc: Ingo Molnar <mingo@kernel.org> Cc: Marcelo Tosatti <mtosatti@redhat.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Acked-by: Rik van Riel <riel@redhat.com> Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
19 lines
340 B
Makefile
19 lines
340 B
Makefile
|
|
header-y += arch-v10/
|
|
header-y += arch-v32/
|
|
|
|
|
|
generic-y += barrier.h
|
|
generic-y += clkdev.h
|
|
generic-y += cputime.h
|
|
generic-y += exec.h
|
|
generic-y += hash.h
|
|
generic-y += kvm_para.h
|
|
generic-y += linkage.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += module.h
|
|
generic-y += preempt.h
|
|
generic-y += trace_clock.h
|
|
generic-y += vga.h
|
|
generic-y += xor.h
|