|
@@ -3,7 +3,7 @@ obj-y := time.o cpu.o system.o irq-common.o
|
|
|
obj-$(CONFIG_SOC_IMX1) += clk-imx1.o mm-imx1.o
|
|
obj-$(CONFIG_SOC_IMX1) += clk-imx1.o mm-imx1.o
|
|
|
obj-$(CONFIG_SOC_IMX21) += clk-imx21.o mm-imx21.o
|
|
obj-$(CONFIG_SOC_IMX21) += clk-imx21.o mm-imx21.o
|
|
|
|
|
|
|
|
-obj-$(CONFIG_SOC_IMX25) += clk-imx25.o mm-imx25.o ehci-imx25.o cpu-imx25.o
|
|
|
|
|
|
|
+obj-$(CONFIG_SOC_IMX25) += clk-imx25.o mm-imx25.o ehci-imx25.o cpu-imx25.o mach-imx25.o
|
|
|
|
|
|
|
|
obj-$(CONFIG_SOC_IMX27) += cpu-imx27.o pm-imx27.o
|
|
obj-$(CONFIG_SOC_IMX27) += cpu-imx27.o pm-imx27.o
|
|
|
obj-$(CONFIG_SOC_IMX27) += clk-imx27.o mm-imx27.o ehci-imx27.o
|
|
obj-$(CONFIG_SOC_IMX27) += clk-imx27.o mm-imx27.o ehci-imx27.o
|
|
@@ -48,9 +48,6 @@ obj-$(CONFIG_MACH_IMX1_DT) += imx1-dt.o
|
|
|
# i.MX21 based machines
|
|
# i.MX21 based machines
|
|
|
obj-$(CONFIG_MACH_MX21ADS) += mach-mx21ads.o
|
|
obj-$(CONFIG_MACH_MX21ADS) += mach-mx21ads.o
|
|
|
|
|
|
|
|
-# i.MX25 based machines
|
|
|
|
|
-obj-$(CONFIG_MACH_IMX25_DT) += imx25-dt.o
|
|
|
|
|
-
|
|
|
|
|
# i.MX27 based machines
|
|
# i.MX27 based machines
|
|
|
obj-$(CONFIG_MACH_MX27ADS) += mach-mx27ads.o
|
|
obj-$(CONFIG_MACH_MX27ADS) += mach-mx27ads.o
|
|
|
obj-$(CONFIG_MACH_MX27_3DS) += mach-mx27_3ds.o
|
|
obj-$(CONFIG_MACH_MX27_3DS) += mach-mx27_3ds.o
|