diff options
| author | David Howells <dhowells@redhat.com> | 2012-10-17 07:31:15 -0400 |
|---|---|---|
| committer | David Howells <dhowells@redhat.com> | 2012-10-17 07:31:15 -0400 |
| commit | 0238047018d34946c08afc2f9e19053a3c25f0e1 (patch) | |
| tree | 965fc8946fb7fe9263f3b74b448d866b9de78971 /include/linux | |
| parent | 886927e4a4fb520d663c012f29d2f466915d7bd2 (diff) | |
UAPI: Remove empty conditionals from include/linux/Kbuild
Remove empty conditionals from include/linux/Kbuild as the contents, with new
conditionals, have moved to include/uapi/linux/Kbuild.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/Kbuild | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 5b57367e28db..7729c58544ca 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
| @@ -19,13 +19,3 @@ header-y += netfilter_ipv4/ | |||
| 19 | header-y += netfilter_ipv6/ | 19 | header-y += netfilter_ipv6/ |
| 20 | header-y += usb/ | 20 | header-y += usb/ |
| 21 | header-y += wimax/ | 21 | header-y += wimax/ |
| 22 | |||
| 23 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/a.out.h \ | ||
| 24 | $(srctree)/arch/$(SRCARCH)/include/uapi/asm/a.out.h),) | ||
| 25 | endif | ||
| 26 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm.h \ | ||
| 27 | $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm.h),) | ||
| 28 | endif | ||
| 29 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm_para.h \ | ||
| 30 | $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm_para.h),) | ||
| 31 | endif | ||
