mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	 49ab747f66
			
		
	
	
		49ab747f66
		
	
	
	
	
		
			
			This patch tackles all files that are compiled once, moving them to subdirectories of hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
		
			
				
	
	
		
			15 lines
		
	
	
		
			518 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			518 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # core qdev-related obj files, also used by *-user:
 | |
| common-obj-y += qdev.o qdev-properties.o
 | |
| # irq.o needed for qdev GPIO handling:
 | |
| common-obj-y += irq.o
 | |
| 
 | |
| common-obj-$(CONFIG_EMPTY_SLOT) += empty_slot.o
 | |
| common-obj-$(CONFIG_XILINX_AXI) += stream.o
 | |
| common-obj-$(CONFIG_PTIMER) += ptimer.o
 | |
| common-obj-$(CONFIG_SOFTMMU) += sysbus.o
 | |
| common-obj-$(CONFIG_SOFTMMU) += null-machine.o
 | |
| common-obj-$(CONFIG_SOFTMMU) += loader.o
 | |
| common-obj-$(CONFIG_SOFTMMU) += qdev-addr.o
 | |
| common-obj-$(CONFIG_SOFTMMU) += qdev-properties-system.o
 | |
| 
 |