summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-07-04 09:04:50 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-14 08:01:06 +0200
commit2e82822d080950d9f2cc2bfadafd31ec9809b871 (patch)
tree8ebec3665e92e6bb95cd1268f4b85c5083192b03 /lib/Makefile
parent9b09369a0a118282eff1b953f82de66e220ee22a (diff)
downloadbarebox-2e82822d080950d9f2cc2bfadafd31ec9809b871.tar.gz
barebox-2e82822d080950d9f2cc2bfadafd31ec9809b871.tar.xz
Add beginning wchar support
EFI uses 16 bit character strings. Add beginning support for this. Since barebox uses 8 bit strings internally we need conversion functions to convert between 16 bit and 8 bit strings. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index e8769a9be2..48c953d679 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -44,3 +44,4 @@ obj-y += gui/
obj-$(CONFIG_XYMODEM) += xymodem.o
obj-y += unlink-recursive.o
obj-$(CONFIG_STMP_DEVICE) += stmp-device.o
+obj-y += wchar.o