diff options
| author | Dave Liu <[email protected]> | 2008-03-26 22:51:44 +0800 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2008-03-26 23:38:53 +0100 |
| commit | ffc664e80dfb2e17de0df5ad39e91a02e9c361bc (patch) | |
| tree | b54ea2e63f630f7d4ce0bb7abbcd8d0e8e12eb35 /drivers/block/Makefile | |
| parent | 8e9bb43429e50df55fa41932cbe65841ff579220 (diff) | |
ata: add the libata support
add simple libata support in u-boot
Signed-off-by: Dave Liu <[email protected]>
Diffstat (limited to 'drivers/block/Makefile')
| -rw-r--r-- | drivers/block/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/Makefile b/drivers/block/Makefile index e069969e680..d63ca2d0bfa 100644 --- a/drivers/block/Makefile +++ b/drivers/block/Makefile @@ -27,6 +27,7 @@ LIB := $(obj)libblock.a COBJS-y += ahci.o COBJS-y += ata_piix.o +COBJS-$(CONFIG_LIBATA) += libata.o COBJS-y += sil680.o COBJS-y += sym53c8xx.o COBJS-y += systemace.o |
