summaryrefslogtreecommitdiff
path: root/common/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-07-26 15:29:45 -0400
committerTom Rini <trini@ti.com>2013-07-26 15:29:45 -0400
commit56b50286d57d0a8769d28611a4e104fca972b3ff (patch)
treeafacca88d5825791ee67a07b933b8058fb97aafe /common/Makefile
parent5b9c79a81db80c3f9e50c77477957cd803429af8 (diff)
parent28437154649db9f4445b93f278199e34b0447a57 (diff)
downloadu-boot-imx-56b50286d57d0a8769d28611a4e104fca972b3ff.zip
u-boot-imx-56b50286d57d0a8769d28611a4e104fca972b3ff.tar.gz
u-boot-imx-56b50286d57d0a8769d28611a4e104fca972b3ff.tar.bz2
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
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 87ba82e..288690b 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -92,6 +92,7 @@ COBJS-$(CONFIG_CMD_FLASH) += cmd_flash.o
ifdef CONFIG_FPGA
COBJS-$(CONFIG_CMD_FPGA) += cmd_fpga.o
endif
+COBJS-$(CONFIG_CMD_FPGAD) += cmd_fpgad.o
COBJS-$(CONFIG_CMD_FS_GENERIC) += cmd_fs.o
COBJS-$(CONFIG_CMD_FUSE) += cmd_fuse.o
COBJS-$(CONFIG_CMD_GETTIME) += cmd_gettime.o