diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2012-06-03 15:03:23 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-06-21 18:45:16 +0000 |
commit | 5726c27fa913296aafab9f50b912cea5b3709271 (patch) | |
tree | c0ef9de36555929ae7fe2cd74870f9e4c2f3ca2b /Makefile.objs | |
parent | 7798a8828a654ce438584bdfccaa3e8a120cf998 (diff) |
qemu-log: move logging to qemu-log.c
Move logging functions from exec.c to qemu-log.c,
compile it only once.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index 74110dda7..625c4d5da 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -1,6 +1,7 @@ ####################################################################### # Target-independent parts used in system and user emulation universal-obj-y = +universal-obj-y += qemu-log.o ####################################################################### # QObject |