hw: move other devices to hw/misc/, configure with default-configs/

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2013-04-03 18:06:08 +02:00
parent 914e29d280
commit e28bee8ee6
31 changed files with 35 additions and 26 deletions

View file

@ -1,15 +1,6 @@
obj-y += zynq_slcr.o
obj-y += a9scu.o
obj-y += arm_sysctl.o arm11mpcore.o a9mpcore.o
obj-y += exynos4210_pmu.o
obj-y += arm11mpcore.o a9mpcore.o
obj-y += a15mpcore.o
obj-y += pxa2xx_pcmcia.o
obj-y += omap_clk.o
obj-y += omap_gpmc.o omap_sdrc.o omap_tap.o omap_l4.o
obj-y += cbus.o
obj-y += mst_fpga.o
obj-y += strongarm.o
obj-y += imx_ccm.o
obj-y := $(addprefix ../,$(obj-y))