build-sys: fix libvhost-user.a build
And actually link to it from vhost-user-bridge. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
		
							
								
								
									
										1
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								Makefile
									
									
									
									
									
								
							@@ -357,6 +357,7 @@ Makefile: $(version-obj-y)
 | 
				
			|||||||
# Build libraries
 | 
					# Build libraries
 | 
				
			||||||
 | 
					
 | 
				
			||||||
libqemuutil.a: $(util-obj-y) $(trace-obj-y) $(stub-obj-y)
 | 
					libqemuutil.a: $(util-obj-y) $(trace-obj-y) $(stub-obj-y)
 | 
				
			||||||
 | 
					libvhost-user.a: $(libvhost-user-obj-y)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
######################################################################
 | 
					######################################################################
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -795,7 +795,7 @@ tests/test-filter-redirector$(EXESUF): tests/test-filter-redirector.o $(qtest-ob
 | 
				
			|||||||
tests/test-x86-cpuid-compat$(EXESUF): tests/test-x86-cpuid-compat.o $(qtest-obj-y)
 | 
					tests/test-x86-cpuid-compat$(EXESUF): tests/test-x86-cpuid-compat.o $(qtest-obj-y)
 | 
				
			||||||
tests/ivshmem-test$(EXESUF): tests/ivshmem-test.o contrib/ivshmem-server/ivshmem-server.o $(libqos-pc-obj-y) $(libqos-spapr-obj-y)
 | 
					tests/ivshmem-test$(EXESUF): tests/ivshmem-test.o contrib/ivshmem-server/ivshmem-server.o $(libqos-pc-obj-y) $(libqos-spapr-obj-y)
 | 
				
			||||||
tests/megasas-test$(EXESUF): tests/megasas-test.o $(libqos-spapr-obj-y) $(libqos-pc-obj-y)
 | 
					tests/megasas-test$(EXESUF): tests/megasas-test.o $(libqos-spapr-obj-y) $(libqos-pc-obj-y)
 | 
				
			||||||
tests/vhost-user-bridge$(EXESUF): tests/vhost-user-bridge.o contrib/libvhost-user/libvhost-user.o $(test-util-obj-y)
 | 
					tests/vhost-user-bridge$(EXESUF): tests/vhost-user-bridge.o $(test-util-obj-y) libvhost-user.a
 | 
				
			||||||
tests/test-uuid$(EXESUF): tests/test-uuid.o $(test-util-obj-y)
 | 
					tests/test-uuid$(EXESUF): tests/test-uuid.o $(test-util-obj-y)
 | 
				
			||||||
tests/test-arm-mptimer$(EXESUF): tests/test-arm-mptimer.o
 | 
					tests/test-arm-mptimer$(EXESUF): tests/test-arm-mptimer.o
 | 
				
			||||||
tests/test-qapi-util$(EXESUF): tests/test-qapi-util.o $(test-util-obj-y)
 | 
					tests/test-qapi-util$(EXESUF): tests/test-qapi-util.o $(test-util-obj-y)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user