Build arch-init-7x30.S instead of msm7x30-init.S and remove the latter.
[bootloader-ap.git] / arch / Makefile
index 4fdd901..7751596 100644 (file)
@@ -1,5 +1,5 @@
 obj-$(CONFIG_ARCH_ARM) += arm-head.o
-obj-$(CONFIG_ARCH_MSM7X30) += msm7x30-init.o
+obj-$(CONFIG_ARCH_MSM7X30) += arch-init-7x30.o
 
 arch.o: $(obj-y)
        $(LD) -N -Ttext 0x8D000000 -e _start -o arch.o $(obj-y)