summaryrefslogtreecommitdiffstats
path: root/Makefile.config
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2011-10-27 14:03:49 -0400
committerJosh Boyer <jwboyer@redhat.com>2011-10-27 14:16:56 -0400
commit2ee118c7e06087645aeb3942de63f89048afd9b0 (patch)
tree38f5b3f58562eec2f8b9584b023e66a9259cdfe5 /Makefile.config
parentd87b3f2e6e55ccfbd42d03534fa2ffa8a5aa2136 (diff)
downloadkernel-2ee118c7e06087645aeb3942de63f89048afd9b0.tar.gz
kernel-2ee118c7e06087645aeb3942de63f89048afd9b0.tar.xz
kernel-2ee118c7e06087645aeb3942de63f89048afd9b0.zip
Drop ia64.
Goodbye, ia64. Prarit will miss you.
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config11
1 files changed, 2 insertions, 9 deletions
diff --git a/Makefile.config b/Makefile.config
index ccb035d7..df66aad1 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -14,10 +14,9 @@ CONFIGFILES = \
$(CFG)-armv7hl-omap.config $(CFG)-armv7hl-tegra.config \
$(CFG)-ppc.config $(CFG)-ppc-smp.config \
$(CFG)-sparc64.config \
- $(CFG)-ppc64.config $(CFG)-ppc64-debug.config \
- $(CFG)-ia64.config
+ $(CFG)-ppc64.config $(CFG)-ppc64-debug.config
-PLATFORMS = x86 x86_64 powerpc powerpc32 powerpc64 s390x ia64 sparc64
+PLATFORMS = x86 x86_64 powerpc powerpc32 powerpc64 s390x sparc64
TEMPFILES = $(addprefix temp-, $(addsuffix -generic, $(PLATFORMS)))
configs: $(CONFIGFILES)
@@ -77,9 +76,6 @@ temp-powerpc32-generic: config-powerpc32-generic temp-powerpc-generic
temp-s390-generic: config-s390x temp-generic
perl merge.pl $^ > $@
-temp-ia64-generic: config-ia64-generic temp-generic
- perl merge.pl $^ > $@
-
kernel-$(VERSION)-i686-PAE.config: config-i686-PAE temp-x86-32-generic
perl merge.pl $^ i386 > $@
@@ -133,6 +129,3 @@ kernel-$(VERSION)-ppc.config: /dev/null temp-powerpc32-generic
kernel-$(VERSION)-ppc-smp.config: config-powerpc32-smp temp-powerpc32-generic
perl merge.pl $^ powerpc > $@
-
-kernel-$(VERSION)-ia64.config: /dev/null temp-ia64-generic
- perl merge.pl $^ ia64 > $@