diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2010-05-21 11:54:32 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-05-24 15:18:23 -0500 |
commit | 254e59506e34efcc92384ef30af3c266e4633c66 (patch) | |
tree | 03ccc5674e239b2fbe93c1d24736a7fcd5382bd0 /Makefile.objs | |
parent | 019e78ba6ec6f402dffc6bc9683f461a11a52c28 (diff) | |
download | qemu-254e59506e34efcc92384ef30af3c266e4633c66.tar.gz qemu-254e59506e34efcc92384ef30af3c266e4633c66.tar.bz2 qemu-254e59506e34efcc92384ef30af3c266e4633c66.zip |
cursor: add cursor functions.
Add a new cursor type to console.h and a bunch of functions to
deal with cursors the (new) cursor.c file.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs index 15851010ca..1a942e5e74 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -48,7 +48,8 @@ common-obj-y = $(block-obj-y) common-obj-y += $(net-obj-y) common-obj-y += $(qobject-obj-y) common-obj-$(CONFIG_LINUX) += $(fsdev-obj-$(CONFIG_LINUX)) -common-obj-y += readline.o console.o async.o qemu-error.o +common-obj-y += readline.o console.o cursor.o async.o qemu-error.o + common-obj-y += tcg-runtime.o host-utils.o common-obj-y += irq.o ioport.o input.o common-obj-$(CONFIG_PTIMER) += ptimer.o |