diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-10-24 11:16:01 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-19 08:29:06 +0100 |
commit | 8e98e2e80b92e08e79e27a0c20a172906cfa12d2 (patch) | |
tree | c37fa9b37bd5a1788765487abb5b9d5ef3355ae7 /Makefile.objs | |
parent | 76cad71136b7eb371cf2a2a4e1621cfe8d9c769a (diff) |
build: kill libuser
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs index 3248eafe32..986f085c85 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -123,7 +123,6 @@ user-obj-y += tcg-runtime.o host-utils.o user-obj-y += cache-utils.o user-obj-y += module.o user-obj-y += qemu-user.o -user-obj-y += $(trace-obj-y) user-obj-y += qom/ ###################################################################### @@ -196,6 +195,8 @@ trace-obj-y += trace/control.o $(trace-obj-y): $(GENERATED_HEADERS) +universal-obj-y += $(trace-obj-y) + ###################################################################### # smartcard |