diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2010-01-13 14:05:34 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-01-13 17:14:14 -0600 |
commit | 8f0056b763fec6a47fecc9908127c16b407e6c4d (patch) | |
tree | 34a1f830500386957834c3102132746a6e89cb30 /Makefile.objs | |
parent | 4e2b0658f60081fe7a19f4c71a6f5fd506c9eeb9 (diff) |
move kbd/mouse handling to input.c
Move 200 lines out of vl.c already into common code that only needs to
be compiled once.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs index e8a44d7709..5802d3987f 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -47,7 +47,7 @@ common-obj-y += $(qobject-obj-y) common-obj-y += readline.o console.o common-obj-y += tcg-runtime.o host-utils.o -common-obj-y += irq.o ioport.o +common-obj-y += irq.o ioport.o input.o common-obj-$(CONFIG_PTIMER) += ptimer.o common-obj-$(CONFIG_MAX7310) += max7310.o common-obj-$(CONFIG_WM8750) += wm8750.o |