diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 17:14:11 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-24 08:02:55 -0500 |
commit | a25a0ef51e642130017e19f3e41af1b794aa75c1 (patch) | |
tree | 207ba86cf1a85e5a724c8445f278591a48a45be4 /tool-osdep.c | |
parent | 4a1418e07bdcfaa3177739e04707ecaec75d89e1 (diff) | |
download | qemu-a25a0ef51e642130017e19f3e41af1b794aa75c1.zip qemu-a25a0ef51e642130017e19f3e41af1b794aa75c1.tar.gz qemu-a25a0ef51e642130017e19f3e41af1b794aa75c1.tar.bz2 |
Only build osdep once
We no longer need hackery to work around kqemu
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'tool-osdep.c')
-rw-r--r-- | tool-osdep.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tool-osdep.c b/tool-osdep.c deleted file mode 100644 index 24e6edf..0000000 --- a/tool-osdep.c +++ /dev/null @@ -1,4 +0,0 @@ -/* Hack to provide a version of osdep.o for qemu-img without conflicting with - the (kqemu) target specific osdep.o. */ -#include "osdep.c" - |