Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-24 | Only build osdep once | Anthony Liguori | |
We no longer need hackery to work around kqemu Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> | |||
2009-05-13 | Add tool_osdep.c | Paul Brook | |
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> |