 8af738b3ee
			
		
	
	
		8af738b3ee
		
	
	
	
	
		
			
			Currently the ivshmem device is built whenever both PCI and KVM support are included. This patch gives it its own config option to allow easier customization of whether to include it. It's enabled by default in the same circumstances as now - when both PCI and KVM are available. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Message-Id: <1425017077-18487-4-git-send-email-david@gibson.dropbear.id.au> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| common-obj-$(CONFIG_APPLESMC) += applesmc.o
 | |
| common-obj-$(CONFIG_MAX111X) += max111x.o
 | |
| common-obj-$(CONFIG_TMP105) += tmp105.o
 | |
| common-obj-$(CONFIG_ISA_DEBUG) += debugexit.o
 | |
| common-obj-$(CONFIG_SGA) += sga.o
 | |
| common-obj-$(CONFIG_ISA_TESTDEV) += pc-testdev.o
 | |
| common-obj-$(CONFIG_PCI_TESTDEV) += pci-testdev.o
 | |
| 
 | |
| obj-$(CONFIG_VMPORT) += vmport.o
 | |
| 
 | |
| # ARM devices
 | |
| common-obj-$(CONFIG_PL310) += arm_l2x0.o
 | |
| common-obj-$(CONFIG_INTEGRATOR_DEBUG) += arm_integrator_debug.o
 | |
| common-obj-$(CONFIG_A9SCU) += a9scu.o
 | |
| common-obj-$(CONFIG_ARM11SCU) += arm11scu.o
 | |
| 
 | |
| # PKUnity SoC devices
 | |
| common-obj-$(CONFIG_PUV3) += puv3_pm.o
 | |
| 
 | |
| common-obj-$(CONFIG_MACIO) += macio/
 | |
| 
 | |
| obj-$(CONFIG_IVSHMEM) += ivshmem.o
 | |
| 
 | |
| obj-$(CONFIG_REALVIEW) += arm_sysctl.o
 | |
| obj-$(CONFIG_NSERIES) += cbus.o
 | |
| obj-$(CONFIG_ECCMEMCTL) += eccmemctl.o
 | |
| obj-$(CONFIG_EXYNOS4) += exynos4210_pmu.o
 | |
| obj-$(CONFIG_IMX) += imx_ccm.o
 | |
| obj-$(CONFIG_MILKYMIST) += milkymist-hpdmc.o
 | |
| obj-$(CONFIG_MILKYMIST) += milkymist-pfpu.o
 | |
| obj-$(CONFIG_MAINSTONE) += mst_fpga.o
 | |
| obj-$(CONFIG_OMAP) += omap_clk.o
 | |
| obj-$(CONFIG_OMAP) += omap_gpmc.o
 | |
| obj-$(CONFIG_OMAP) += omap_l4.o
 | |
| obj-$(CONFIG_OMAP) += omap_sdrc.o
 | |
| obj-$(CONFIG_OMAP) += omap_tap.o
 | |
| obj-$(CONFIG_SLAVIO) += slavio_misc.o
 | |
| obj-$(CONFIG_ZYNQ) += zynq_slcr.o
 | |
| 
 | |
| obj-$(CONFIG_PVPANIC) += pvpanic.o
 | |
| obj-$(CONFIG_EDU) += edu.o
 |