summaryrefslogtreecommitdiff
path: root/common/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-02-04 19:26:57 -0500
committerMike Frysinger <vapier@gentoo.org>2008-02-04 19:26:57 -0500
commitd0b01a246d0a351bc7dce1d0c9cf6aebdf6d7505 (patch)
tree204d6623a80b231a839ce12d44cc94b5ddd0d26e /common/Makefile
parent4c727c77e43872d3a1d1f76a949fcb3f26a38788 (diff)
downloadu-boot-imx-d0b01a246d0a351bc7dce1d0c9cf6aebdf6d7505.zip
u-boot-imx-d0b01a246d0a351bc7dce1d0c9cf6aebdf6d7505.tar.gz
u-boot-imx-d0b01a246d0a351bc7dce1d0c9cf6aebdf6d7505.tar.bz2
interface to Blackfin on-chip One-Time-Programmable memory
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
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 fbfa536..3cdab37 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -76,6 +76,7 @@ COBJS-y += cmd_nand.o
COBJS-$(CONFIG_CMD_NET) += cmd_net.o
COBJS-y += cmd_nvedit.o
COBJS-y += cmd_onenand.o
+COBJS-$(CONFIG_CMD_OTP) += cmd_otp.o
ifdef CONFIG_PCI
COBJS-$(CONFIG_CMD_PCI) += cmd_pci.o
endif