mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-11 21:56:43 +07:00
e7a570ff7d
Ease the deployment of clkdev by providing a default asm/clkdev.h for use if the arch does not have an include/asm/clkdev.h. Due to limitations in Kbuild we manually add clkdev.h to all architectures that don't have one rather than having the header appear by default. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Reviewed-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
5 lines
263 B
Makefile
5 lines
263 B
Makefile
generic-y += bug.h cputime.h device.h emergency-restart.h futex.h hardirq.h
|
|
generic-y += hw_irq.h irq_regs.h kdebug.h percpu.h sections.h topology.h xor.h
|
|
generic-y += ftrace.h pci.h io.h param.h delay.h mutex.h current.h exec.h
|
|
generic-y += switch_to.h clkdev.h
|