mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00: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>
18 lines
332 B
Makefile
18 lines
332 B
Makefile
include include/asm-generic/Kbuild.asm
|
|
|
|
header-y += chpid.h
|
|
header-y += chsc.h
|
|
header-y += cmb.h
|
|
header-y += dasd.h
|
|
header-y += debug.h
|
|
header-y += kvm_virtio.h
|
|
header-y += monwriter.h
|
|
header-y += qeth.h
|
|
header-y += schid.h
|
|
header-y += tape390.h
|
|
header-y += ucontext.h
|
|
header-y += vtoc.h
|
|
header-y += zcrypt.h
|
|
|
|
generic-y += clkdev.h
|