qemu-patch-raspberry4/tool-osdep.c
Paul Brook 88ca2a5988 Add tool_osdep.c
osdep.c is built in both as a toplevel target independant object, and
as a per-target object because of kqemu dependencies.  Under some
circumstances make picks up the wrong one.

Build the former as tool-osdep to avoid this conflict.

Signed-off-by: Paul Brook <paul@codesourcery.com>
2009-05-13 22:21:47 +01:00

5 lines
142 B
C

/* Hack to provide a version of osdep.o for qemu-img without conflicting with
the (kqemu) target specific osdep.o. */
#include "osdep.c"