summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2014-02-03 06:59:01 -0600
committerTom Rini <trini@ti.com>2014-02-19 10:47:43 -0500
commitfff40a7e02092eee11970e7001c8560df419cac1 (patch)
tree503236e40ccc5a43f559ecf1ab61e216e73d0780 /common/Makefile
parent054c8388345184e38c7bd7f64a529fa346b63df2 (diff)
downloadblackbird-obmc-uboot-fff40a7e02092eee11970e7001c8560df419cac1.tar.gz
blackbird-obmc-uboot-fff40a7e02092eee11970e7001c8560df419cac1.zip
common: spl: Add spl sata boot support
Add spl_sata to read a fat partition from a bootable SATA drive. Signed-off-by: Dan Murphy <dmurphy@ti.com> Reviewed-by: Roger Quadros <rogerq@ti.com>
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile
index a83246ee27..2fe14ccc41 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -202,6 +202,9 @@ ifdef CONFIG_SPL_USB_HOST_SUPPORT
obj-$(CONFIG_SPL_USB_SUPPORT) += usb.o usb_hub.o
obj-$(CONFIG_USB_STORAGE) += usb_storage.o
endif
+ifdef CONFIG_SPL_SATA_SUPPORT
+obj-$(CONFIG_CMD_SCSI) += cmd_scsi.o
+endif
ifneq ($(CONFIG_SPL_NET_SUPPORT),y)
obj-$(CONFIG_ENV_IS_NOWHERE) += env_nowhere.o
obj-$(CONFIG_ENV_IS_IN_MMC) += env_mmc.o
OpenPOWER on IntegriCloud