diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-08 17:39:08 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-11 16:33:49 +0100 |
commit | 310b3fe9e50a59f7911f8930bc523a7a0b84bb89 (patch) | |
tree | a84d01460d6bd276f527424b2163ddec7160d56c /Makefile.objs | |
parent | c8350ebd6789c9b7641e84d03fbf0f6dd3aacf60 (diff) |
build: get rid of target-obj-y
It is possible to specify the trace/ directory already in objs-y;
there is no need to have a separate unnest-vars invocation.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs index ef65a6c12e..acc53aa0f0 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -101,7 +101,6 @@ version-obj-$(CONFIG_WIN32) += $(BUILD_DIR)/version.o ###################################################################### # tracing util-obj-y += trace/ -target-obj-y += trace/ ###################################################################### # guest agent |