summaryrefslogtreecommitdiffstats
path: root/util/Makefile.objs
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2013-04-11 18:07:18 +0200
committerBlue Swirl <blauwirbel@gmail.com>2013-04-13 19:39:59 +0000
commitcb2744ea343d8cb96bab0389f6b7d6e1a3ddf6c1 (patch)
tree16bb107ec67b9570c41cb1ff601f56c518adc0b1 /util/Makefile.objs
parent75312e745ad1b672cbabdc3022f6e7c8eff69b00 (diff)
downloadhqemu-cb2744ea343d8cb96bab0389f6b7d6e1a3ddf6c1.zip
hqemu-cb2744ea343d8cb96bab0389f6b7d6e1a3ddf6c1.tar.gz
unicode: New mod_utf8_codepoint()
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'util/Makefile.objs')
-rw-r--r--util/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.objs b/util/Makefile.objs
index 557bda7..c5652f5 100644
--- a/util/Makefile.objs
+++ b/util/Makefile.objs
@@ -1,4 +1,4 @@
-util-obj-y = osdep.o cutils.o qemu-timer-common.o
+util-obj-y = osdep.o cutils.o unicode.o qemu-timer-common.o
util-obj-$(CONFIG_WIN32) += oslib-win32.o qemu-thread-win32.o event_notifier-win32.o
util-obj-$(CONFIG_POSIX) += oslib-posix.o qemu-thread-posix.o event_notifier-posix.o
util-obj-y += envlist.o path.o host-utils.o cache-utils.o module.o
OpenPOWER on IntegriCloud