]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/imx-common/Makefile
nitrogen6x: Move setup_sata to common part
[u-boot] / arch / arm / imx-common / Makefile
index 2c804411674fb034396e41444992009a9e6ee121..68f0f5276ae9b87234315ed002d909597271441f 100644 (file)
@@ -17,6 +17,9 @@ endif
 ifeq ($(SOC),$(filter $(SOC),mx6 mxs))
 obj-y  += misc.o
 endif
+ifeq ($(SOC),$(filter $(SOC),mx6))
+objs-$(CONFIG_CMD_SATA) += sata.o
+endif
 obj-$(CONFIG_CMD_BMODE) += cmd_bmode.o
 obj-$(CONFIG_CMD_HDMIDETECT) += cmd_hdmidet.o