This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / arm / kernel / Makefile
index 991c219..936dee4 100644 (file)
@@ -11,8 +11,7 @@ obj-y         := arch.o compat.o dma.o entry-armv.o entry-common.o irq.o   \
                   time.o traps.o
 
 obj-$(CONFIG_APM)              += apm.o
-obj-$(CONFIG_ARCH_ACORN)       += ecard.o time-acorn.o
-obj-$(CONFIG_ARCH_CLPS7500)    += time-acorn.o
+obj-$(CONFIG_ARCH_ACORN)       += ecard.o 
 obj-$(CONFIG_FOOTBRIDGE)       += isa.o
 obj-$(CONFIG_FIQ)              += fiq.o
 obj-$(CONFIG_MODULES)          += armksyms.o module.o
@@ -20,6 +19,9 @@ obj-$(CONFIG_ARTHUR)          += arthur.o
 obj-$(CONFIG_ISA_DMA)          += dma-isa.o
 obj-$(CONFIG_PCI)              += bios32.o
 
+obj-$(CONFIG_IWMMXT)           += iwmmxt.o
+AFLAGS_iwmmxt.o                        := -Wa,-mcpu=iwmmxt
+
 ifneq ($(CONFIG_ARCH_EBSA110),y)
   obj-y                += io.o
 endif
@@ -27,7 +29,7 @@ endif
 head-y                 := head.o
 obj-$(CONFIG_DEBUG_LL) += debug.o
 
-extra-y := $(head-y) init_task.o vmlinux.lds.s
+extra-y := $(head-y) init_task.o vmlinux.lds
 
 # Spell out some dependencies that aren't automatically figured out
 $(obj)/entry-armv.o:   $(obj)/entry-header.S include/asm-arm/constants.h