commit | 74aedc15e418aaa4d9a92be2e9c0a6ba7e29205c | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sat Jun 12 00:19:46 2010 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sun Sep 19 19:29:47 2010 +0200 |
tree | 93b87979aa8ca6b200923a1f18eabc4381e313d8 | |
parent | c558225baabf76adb94c33267eed16217c371239 [diff] [blame] |
Add basic errno support. Needed for hash table support; probably useful in a lot of other places as well. Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/lib/Makefile b/lib/Makefile index c45f07c..c26536d 100644 --- a/lib/Makefile +++ b/lib/Makefile
@@ -37,6 +37,7 @@ COBJS-y += ctype.o COBJS-y += display_options.o COBJS-y += div64.o +COBJS-y += errno.o COBJS-$(CONFIG_GZIP) += gunzip.o COBJS-$(CONFIG_LMB) += lmb.o COBJS-y += ldiv.o