From 2264ac8e652210c1beb9452c56f107955db65492 Mon Sep 17 00:00:00 2001 From: Juergen Beisert Date: Tue, 12 Jan 2010 11:15:44 +0100 Subject: Start to add ATA support to barebox Add the basic files, declarations and folders to bring in ATA support. Signed-off-by: Juergen Beisert Signed-off-by: Sascha Hauer --- drivers/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/Makefile') diff --git a/drivers/Makefile b/drivers/Makefile index 5dc7756aa1..7bae6ffcb6 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -3,6 +3,7 @@ obj-y += serial/ obj-y += nand/ obj-y += nor/ obj-y += usb/ +obj-$(CONFIG_ATA) += ata/ obj-$(CONFIG_SPI) += spi/ obj-$(CONFIG_I2C) += i2c/ obj-$(CONFIG_VIDEO) += video/ -- cgit v1.2.3