9
0
Fork 0

arm: remove non used cpu-y

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2009-11-02 19:51:27 +01:00 committed by Sascha Hauer
parent d4a54dfa42
commit 159c92d140
1 changed files with 0 additions and 4 deletions

View File

@ -33,10 +33,6 @@ board-$(CONFIG_MACH_PCM043) := pcm043
board-$(CONFIG_MACH_PM9263) := pm9263
board-$(CONFIG_MACH_SCB9328) := scb9328
# FIXME "cpu-y" never used on ARM!
cpu-$(CONFIG_CPU_ARM920T) := arm920t
cpu-$(CONFIG_CPU_ARM926T) := arm926ejs
machdirs := $(patsubst %,arch/arm/mach-%/,$(machine-y))
ifeq ($(KBUILD_SRC),)