diff options
| author | Adrian Bunk <bunk@kernel.org> | 2008-07-01 12:27:16 -0400 |
|---|---|---|
| committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-25 14:35:50 -0400 |
| commit | 7dcf2a9fced59e58e4694cdcf15850c01fdba89b (patch) | |
| tree | 635476803ae017229f4a3dfaf7288d770b0dc1bf /include/linux | |
| parent | 44463f7dd6c8039904333e4374e5c6e9ad83006f (diff) | |
remove dummy asm/kvm.h files
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>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/Kbuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 71d70d1fbce2..402c8f55d713 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
| @@ -256,7 +256,9 @@ unifdef-y += kd.h | |||
| 256 | unifdef-y += kernelcapi.h | 256 | unifdef-y += kernelcapi.h |
| 257 | unifdef-y += kernel.h | 257 | unifdef-y += kernel.h |
| 258 | unifdef-y += keyboard.h | 258 | unifdef-y += keyboard.h |
| 259 | ifneq ($(wildcard $(srctree)/include/asm-$(SRCARCH)/kvm.h),) | ||
| 259 | unifdef-y += kvm.h | 260 | unifdef-y += kvm.h |
| 261 | endif | ||
| 260 | unifdef-y += llc.h | 262 | unifdef-y += llc.h |
| 261 | unifdef-y += loop.h | 263 | unifdef-y += loop.h |
| 262 | unifdef-y += lp.h | 264 | unifdef-y += lp.h |
