summaryrefslogtreecommitdiff
path: root/common/Makefile
diff options
context:
space:
mode:
authorTerry Lv <r65388@freescale.com>2009-10-23 19:57:09 +0800
committerTerry Lv <r65388@freescale.com>2009-11-04 11:54:55 +0800
commitfeca871a16ac0b8eed05f06ec0ca467fb469ab27 (patch)
tree1fca3913e4da592d210163a4a736e1ad9d04a021 /common/Makefile
parent6532550c9f7e96cbe32488f24ca53b2e3648fef1 (diff)
downloadu-boot-imx-feca871a16ac0b8eed05f06ec0ca467fb469ab27.zip
u-boot-imx-feca871a16ac0b8eed05f06ec0ca467fb469ab27.tar.gz
u-boot-imx-feca871a16ac0b8eed05f06ec0ca467fb469ab27.tar.bz2
ENGR00117616: PATA support in u-boot.
PATA support in u-boot. Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile
index f71053e..118569a 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -123,6 +123,7 @@ COBJS-y += cmd_nand.o
COBJS-$(CONFIG_CMD_NET) += cmd_net.o
COBJS-$(CONFIG_CMD_ONENAND) += cmd_onenand.o
COBJS-$(CONFIG_CMD_OTP) += cmd_otp.o
+COBJS-$(CONFIG_CMD_PATA) += cmd_pata.o
ifdef CONFIG_PCI
COBJS-$(CONFIG_CMD_PCI) += cmd_pci.o
endif