summaryrefslogtreecommitdiff
path: root/lib_generic/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-02-27 21:51:47 -0600
committerMarian Balakowicz <m8@semihalf.com>2008-02-29 13:15:55 +0100
commit4ed6552f715983bfc7d212c1199a1f796f1144ad (patch)
tree9588ceff4adbabc534b5621ff3c6e2f8a3c7aa6e /lib_generic/Makefile
parent4648c2e7a173b0d7f17bef4adaa0623090c9e904 (diff)
[new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
Introduce the LMB lib used on PPC in the kernel as a clean way to manage the memory spaces used by various boot images and structures. This code will allow us to simplify the code in bootm and its support functions. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'lib_generic/Makefile')
-rw-r--r--lib_generic/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib_generic/Makefile b/lib_generic/Makefile
index 9713353dd..b10793bd4 100644
--- a/lib_generic/Makefile
+++ b/lib_generic/Makefile
@@ -34,6 +34,7 @@ COBJS-y += crc32.o
COBJS-y += ctype.o
COBJS-y += display_options.o
COBJS-y += div64.o
+COBJS-y += lmb.o
COBJS-y += ldiv.o
COBJS-y += sha1.o
COBJS-y += string.o