X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=hw%2Farm%2FMakefile.objs;h=2d9c69dfce2b208825f1e7b0391df2c5d081ed26;hb=6e72a00f909dcd093fbdd1faa2b3c8caa1697a6c;hp=aebbc866e24ecd847fef04a1f2dac9656a9d851f;hpb=7a2771d1541ec9a0c585e9b853e5f4dc036919ad;p=qemu.git diff --git a/hw/arm/Makefile.objs b/hw/arm/Makefile.objs index aebbc866e..2d9c69dfc 100644 --- a/hw/arm/Makefile.objs +++ b/hw/arm/Makefile.objs @@ -23,6 +23,8 @@ obj-y += bitbang_i2c.o marvell_88w8618_audio.o obj-y += framebuffer.o obj-y += strongarm.o obj-y += imx_serial.o imx_ccm.o imx_timer.o imx_avic.o +obj-$(CONFIG_FDT) += ../device_tree.o +obj-$(CONFIG_KVM) += kvm/arm_gic.o obj-y := $(addprefix ../,$(obj-y))