mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-21 18:01:21 +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>
26 lines
534 B
Makefile
26 lines
534 B
Makefile
# User exported sparc header files
|
|
include include/asm-generic/Kbuild.asm
|
|
|
|
header-y += apc.h
|
|
header-y += asi.h
|
|
header-y += display7seg.h
|
|
header-y += envctrl.h
|
|
header-y += fbio.h
|
|
header-y += jsflash.h
|
|
header-y += openpromio.h
|
|
header-y += perfctr.h
|
|
header-y += psrcompat.h
|
|
header-y += psr.h
|
|
header-y += pstate.h
|
|
header-y += traps.h
|
|
header-y += uctx.h
|
|
header-y += utrap.h
|
|
header-y += watchdog.h
|
|
|
|
generic-y += clkdev.h
|
|
generic-y += div64.h
|
|
generic-y += local64.h
|
|
generic-y += irq_regs.h
|
|
generic-y += local.h
|
|
generic-y += word-at-a-time.h
|