diff options
author | Thomas Huth <thuth@redhat.com> | 2020-08-03 21:14:57 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2020-08-05 11:45:43 +0200 |
commit | d2a71d7474d4649eabe554994a3fcba75244cce3 (patch) | |
tree | a51ac1c207bb1d73a79ac4dd23a4ab82cef0e566 /Makefile | |
parent | 35c7f5254b608c0694b11fc9f0d2c1a4ffb216b4 (diff) |
Get rid of the libqemustub.a remainders
libqemustub.a has been removed in commit ebedb37c8d ("Makefile: Remove
libqemustub.a"). Some remainders have been missed. Remove them now.
Message-Id: <20200804170055.2851-8-thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -726,7 +726,7 @@ virtiofsd$(EXESUF): $(virtiofsd-obj-y) libvhost-user.a $(COMMON_LDADDS) $(call LINK, $^) endif -vhost-user-gpu$(EXESUF): $(vhost-user-gpu-obj-y) $(libvhost-user-obj-y) libqemuutil.a libqemustub.a +vhost-user-gpu$(EXESUF): $(vhost-user-gpu-obj-y) $(libvhost-user-obj-y) libqemuutil.a $(call LINK, $^) ifdef CONFIG_VHOST_USER_INPUT |