7dcf2a9fce
This patch removes the dummy asm/kvm.h files on architectures not (yet) supporting KVM and uses the same conditional headers installation as already used for a.out.h . Also removed are superfluous install rules in the s390 and x86 Kbuild files (they are already in Kbuild.asm). Signed-off-by: Adrian Bunk <bunk@kernel.org> Acked-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
15 lines
289 B
Makefile
15 lines
289 B
Makefile
include include/asm-generic/Kbuild.asm
|
|
|
|
header-y += dasd.h
|
|
header-y += monwriter.h
|
|
header-y += qeth.h
|
|
header-y += tape390.h
|
|
header-y += ucontext.h
|
|
header-y += vtoc.h
|
|
header-y += zcrypt.h
|
|
header-y += chsc.h
|
|
|
|
unifdef-y += cmb.h
|
|
unifdef-y += debug.h
|
|
unifdef-y += chpid.h
|
|
unifdef-y += schid.h
|