Fixup sparc removal
This commit is contained in:
parent
5d109f0781
commit
de2f736e91
@ -14,10 +14,9 @@ CONFIGFILES = \
|
|||||||
$(CFG)-armv7l-omap.config $(CFG)-armv7hl-omap.config \
|
$(CFG)-armv7l-omap.config $(CFG)-armv7hl-omap.config \
|
||||||
$(CFG)-armv7l-tegra.config $(CFG)-armv7hl-tegra.config \
|
$(CFG)-armv7l-tegra.config $(CFG)-armv7hl-tegra.config \
|
||||||
$(CFG)-ppc.config $(CFG)-ppc-smp.config \
|
$(CFG)-ppc.config $(CFG)-ppc-smp.config \
|
||||||
$(CFG)-sparc64.config \
|
|
||||||
$(CFG)-ppc64.config $(CFG)-ppc64p7.config $(CFG)-ppc64-debug.config
|
$(CFG)-ppc64.config $(CFG)-ppc64p7.config $(CFG)-ppc64-debug.config
|
||||||
|
|
||||||
PLATFORMS = x86 x86_64 powerpc powerpc32 powerpc64 s390x sparc64 arm
|
PLATFORMS = x86 x86_64 powerpc powerpc32 powerpc64 s390x arm
|
||||||
TEMPFILES = $(addprefix temp-, $(addsuffix -generic, $(PLATFORMS)))
|
TEMPFILES = $(addprefix temp-, $(addsuffix -generic, $(PLATFORMS)))
|
||||||
|
|
||||||
configs: $(CONFIGFILES)
|
configs: $(CONFIGFILES)
|
||||||
@ -68,9 +67,6 @@ temp-x86_64-generic: temp-x86-64 temp-generic
|
|||||||
temp-x86_64-debug-generic: temp-x86-64 temp-debug-generic
|
temp-x86_64-debug-generic: temp-x86-64 temp-debug-generic
|
||||||
perl merge.pl $^ > $@
|
perl merge.pl $^ > $@
|
||||||
|
|
||||||
temp-sparc64-generic: config-sparc64-generic temp-generic
|
|
||||||
perl merge.pl $^ > $@
|
|
||||||
|
|
||||||
temp-powerpc-generic: config-powerpc-generic temp-generic
|
temp-powerpc-generic: config-powerpc-generic temp-generic
|
||||||
perl merge.pl $^ > $@
|
perl merge.pl $^ > $@
|
||||||
|
|
||||||
@ -104,9 +100,6 @@ kernel-$(VERSION)-x86_64.config: /dev/null temp-x86_64-generic
|
|||||||
kernel-$(VERSION)-x86_64-debug.config: /dev/null temp-x86_64-debug-generic
|
kernel-$(VERSION)-x86_64-debug.config: /dev/null temp-x86_64-debug-generic
|
||||||
perl merge.pl $^ x86_64 > $@
|
perl merge.pl $^ x86_64 > $@
|
||||||
|
|
||||||
kernel-$(VERSION)-sparc64.config: /dev/null temp-sparc64-generic
|
|
||||||
perl merge.pl $^ sparc64 > $@
|
|
||||||
|
|
||||||
kernel-$(VERSION)-ppc64.config: /dev/null temp-powerpc64-generic
|
kernel-$(VERSION)-ppc64.config: /dev/null temp-powerpc64-generic
|
||||||
perl merge.pl $^ powerpc > $@
|
perl merge.pl $^ powerpc > $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user