mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-13 16:45:18 +07:00
![Mark Brown](/assets/img/avatar_default.png)
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>
44 lines
915 B
Makefile
44 lines
915 B
Makefile
include include/asm-generic/Kbuild.asm
|
|
|
|
header-y += ../arch/
|
|
|
|
header-y += cachectl.h
|
|
header-y += ucontext.h
|
|
header-y += hardwall.h
|
|
|
|
generic-y += bug.h
|
|
generic-y += bugs.h
|
|
generic-y += clkdev.h
|
|
generic-y += cputime.h
|
|
generic-y += div64.h
|
|
generic-y += emergency-restart.h
|
|
generic-y += errno.h
|
|
generic-y += fb.h
|
|
generic-y += fcntl.h
|
|
generic-y += ioctl.h
|
|
generic-y += ioctls.h
|
|
generic-y += ipcbuf.h
|
|
generic-y += irq_regs.h
|
|
generic-y += kdebug.h
|
|
generic-y += local.h
|
|
generic-y += msgbuf.h
|
|
generic-y += mutex.h
|
|
generic-y += param.h
|
|
generic-y += parport.h
|
|
generic-y += poll.h
|
|
generic-y += posix_types.h
|
|
generic-y += resource.h
|
|
generic-y += scatterlist.h
|
|
generic-y += sembuf.h
|
|
generic-y += serial.h
|
|
generic-y += shmbuf.h
|
|
generic-y += shmparam.h
|
|
generic-y += socket.h
|
|
generic-y += sockios.h
|
|
generic-y += statfs.h
|
|
generic-y += termbits.h
|
|
generic-y += termios.h
|
|
generic-y += types.h
|
|
generic-y += ucontext.h
|
|
generic-y += xor.h
|