summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/omap-common/Makefile
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@ti.com>2013-11-11 14:56:41 (GMT)
committerTom Rini <trini@ti.com>2013-12-04 13:12:09 (GMT)
commita087a7fb9238caecfe0b57c63ccc686ffbccefa7 (patch)
treed7512dda512e18f9681179ad2ffd94266090fd3f /arch/arm/cpu/armv7/omap-common/Makefile
parent8ffcf74bb057d049c379b2bdc126871c81215ec3 (diff)
downloadu-boot-a087a7fb9238caecfe0b57c63ccc686ffbccefa7.tar.xz
ARM: OMAP5: Add SATA platform glue
Add platform glue logic for the SATA controller. Signed-off-by: Roger Quadros <rogerq@ti.com>
Diffstat (limited to 'arch/arm/cpu/armv7/omap-common/Makefile')
-rw-r--r--arch/arm/cpu/armv7/omap-common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/omap-common/Makefile b/arch/arm/cpu/armv7/omap-common/Makefile
index bfaf814..679c1a1 100644
--- a/arch/arm/cpu/armv7/omap-common/Makefile
+++ b/arch/arm/cpu/armv7/omap-common/Makefile
@@ -19,6 +19,7 @@ endif
ifneq ($(CONFIG_OMAP54XX),)
COBJS += pipe3-phy.o
+obj-$(CONFIG_SCSI_AHCI_PLAT) += sata.o
endif
ifeq ($(CONFIG_OMAP34XX),)