summaryrefslogtreecommitdiff
path: root/common/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-02-04 11:48:14 -0500
committerTom Rini <trini@ti.com>2014-02-04 11:51:20 -0500
commitc3a6e51c6f9256d7f41281da0bc684db45879da0 (patch)
tree9597e9a85b63de1fb3a961f2153627d15f84469f /common/Makefile
parentb66af14dc9d0bb3b962e09b2d000f228e2d5b039 (diff)
parent08d0d6f32ecf75a6c5dede5fc9ee84b84d8b90e7 (diff)
downloadu-boot-imx-c3a6e51c6f9256d7f41281da0bc684db45879da0.zip
u-boot-imx-c3a6e51c6f9256d7f41281da0bc684db45879da0.tar.gz
u-boot-imx-c3a6e51c6f9256d7f41281da0bc684db45879da0.tar.bz2
Merge branch 'clk' of git://www.denx.de/git/u-boot-microblaze
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 4d99ecd..a83246e 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -59,6 +59,7 @@ obj-$(CONFIG_CMD_BOOTLDR) += cmd_bootldr.o
obj-$(CONFIG_CMD_BOOTSTAGE) += cmd_bootstage.o
obj-$(CONFIG_CMD_CACHE) += cmd_cache.o
obj-$(CONFIG_CMD_CBFS) += cmd_cbfs.o
+obj-$(CONFIG_CMD_CLK) += cmd_clk.o
obj-$(CONFIG_CMD_CONSOLE) += cmd_console.o
obj-$(CONFIG_CMD_CPLBINFO) += cmd_cplbinfo.o
obj-$(CONFIG_DATAFLASH_MMC_SELECT) += cmd_dataflash_mmc_mux.o