From 937b1258b7748fe9dc2234b6006f216856179636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Vilanova?= Date: Thu, 15 Sep 2011 22:45:42 +0200 Subject: build: Move tracing objects into libuser on usermode emulation targets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will apply libuser-specific compilation flags (like the ones added by --enable-user-pie), but keep softmmu emulation targets "as-is". Signed-off-by: LluĂ­s Vilanova Signed-off-by: Anthony Liguori --- Makefile.user | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.user') diff --git a/Makefile.user b/Makefile.user index 024b7736b9..2b1e4d154e 100644 --- a/Makefile.user +++ b/Makefile.user @@ -17,7 +17,9 @@ all: $(user-obj-y) @true clean: - rm -f *.o *.d *.a *~ + for d in . trace; do \ + rm -f $$d/*.o $$d/*.d $$d/*.a $$d/*~; \ + done # Include automatically generated dependency files -include $(wildcard *.d */*.d) -- cgit v1.2.3