diff options
author | Tom Rini <trini@ti.com> | 2012-10-22 16:53:19 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-10-22 16:53:19 -0700 |
commit | bdc3ff6e4f75813d01e51081799d10e4a9c7fbcb (patch) | |
tree | d698085ec89351f4c63ad8f4a2022f29ea3e93e0 /common/Makefile | |
parent | bcf28c23f2195a91e0713337934f630a9c7bc5a9 (diff) | |
parent | 757bff49ba3159d71ccacabdb68f8309b1eb6613 (diff) | |
download | u-boot-imx-bdc3ff6e4f75813d01e51081799d10e4a9c7fbcb.zip u-boot-imx-bdc3ff6e4f75813d01e51081799d10e4a9c7fbcb.tar.gz u-boot-imx-bdc3ff6e4f75813d01e51081799d10e4a9c7fbcb.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-mmc
Diffstat (limited to 'common/Makefile')
-rw-r--r-- | common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile index 281f4f1..eac6360 100644 --- a/common/Makefile +++ b/common/Makefile @@ -205,6 +205,7 @@ COBJS-$(CONFIG_SPL_NET_SUPPORT) += env_common.o COBJS-$(CONFIG_SPL_NET_SUPPORT) += env_nowhere.o COBJS-$(CONFIG_SPL_NET_SUPPORT) += miiphyutil.o endif +COBJS-$(CONFIG_BOUNCE_BUFFER) += bouncebuf.o COBJS-y += console.o COBJS-y += dlmalloc.o COBJS-y += image.o |