This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
qemu
mirror of
https://gitee.com/openkylin/qemu.git
Watch
9
Star
0
Fork
You've already forked qemu
0
Code
Issues
Projects
Releases
Wiki
Activity
247c92af2b
qemu
/
chardev
/
Makefile.objs
3 lines
53 B
Makefile
Raw
Normal View
History
Unescape
Escape
char: create chardev-obj-y This will help to split char.c in several units without having to reference them all everywhere. This is useful in particular for tests. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
2016-12-12 20:49:01 +08:00
chardev-obj-y
+=
char.o
char: move null chardev to its own file Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
2016-12-12 19:43:10 +08:00
chardev-obj-y
+=
char-null.o