 0c7012e055
			
		
	
	
		0c7012e055
		
	
	
	
	
		
			
			The qom objects are currently added to common-obj-y which is only linked into the system emulators. The later crypto patches will depend on QOM infrastructure and will also be used from tools binaries. Thus the QOM objects are moved into a new qom-obj-y variable which can be referenced when linking tools, system emulators and tests. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
		
			
				
	
	
		
			5 lines
		
	
	
		
			102 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			102 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| qom-obj-y = object.o container.o qom-qobject.o
 | |
| qom-obj-y += object_interfaces.o
 | |
| 
 | |
| common-obj-y = cpu.o
 |