diff options
author | Amit Shah <amit.shah@redhat.com> | 2010-01-21 15:43:26 +0530 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-01-26 15:42:02 -0600 |
commit | 4c36a2ffac3a14e57fe44718010601fbcef228c1 (patch) | |
tree | f4ab6047324df65cf7d15ce1ecb3ade2debd8b69 /Makefile.objs | |
parent | 3c089e15b6b92894e43c02b3ae87232e4b8cab45 (diff) | |
download | qemu-4c36a2ffac3a14e57fe44718010601fbcef228c1.tar.gz qemu-4c36a2ffac3a14e57fe44718010601fbcef228c1.tar.bz2 qemu-4c36a2ffac3a14e57fe44718010601fbcef228c1.zip |
virtio-console: Rename virtio-serial.c back to virtio-console.c
This file was renamed to ease the reviews of the recent changes
that went in.
Now that the changes are done, rename the file back to its original
name.
Signed-off-by: Amit Shah <amit.shah@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 77ff7f6b07..e791dd5c2e 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -127,7 +127,7 @@ user-obj-y += cutils.o cache-utils.o hw-obj-y = hw-obj-y += loader.o -hw-obj-y += virtio.o virtio-serial.o +hw-obj-y += virtio.o virtio-console.o hw-obj-y += fw_cfg.o hw-obj-y += watchdog.o hw-obj-$(CONFIG_ECC) += ecc.o |