|
@@ -22,7 +22,6 @@ endif
|
|
|
ifeq ($(SOC),$(filter $(SOC),mx7))
|
|
|
obj-y += cpu.o
|
|
|
obj-$(CONFIG_SYS_I2C_MXC) += i2c-mxv7.o
|
|
|
-obj-$(CONFIG_SYSCOUNTER_TIMER) += syscounter.o
|
|
|
endif
|
|
|
ifeq ($(SOC),$(filter $(SOC),mx6 mx7))
|
|
|
obj-y += cache.o init.o
|
|
@@ -31,6 +30,7 @@ obj-$(CONFIG_IMX_VIDEO_SKIP) += video.o
|
|
|
obj-$(CONFIG_IMX_RDC) += rdc-sema.o
|
|
|
obj-$(CONFIG_IMX_BOOTAUX) += imx_bootaux.o
|
|
|
obj-$(CONFIG_SECURE_BOOT) += hab.o
|
|
|
+obj-$(CONFIG_SYSCOUNTER_TIMER) += syscounter.o
|
|
|
endif
|
|
|
ifeq ($(SOC),$(filter $(SOC),mx7ulp))
|
|
|
obj-y += cache.o
|