]> Git Repo - qemu.git/blobdiff - disas/Makefile.objs
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140220' into...
[qemu.git] / disas / Makefile.objs
index 3b1e77ace51df61e9a78c176732c781d6e31affd..41c237424aabebfe069833bb150f6a1c80cf748e 100644 (file)
@@ -1,5 +1,10 @@
+
 common-obj-$(CONFIG_ALPHA_DIS) += alpha.o
 common-obj-$(CONFIG_ARM_DIS) += arm.o
+common-obj-$(CONFIG_ARM_A64_DIS) += arm-a64.o
+common-obj-$(CONFIG_ARM_A64_DIS) += libvixl/
+libvixldir = $(SRC_PATH)/disas/libvixl
+$(obj)/arm-a64.o: QEMU_CFLAGS += -I$(libvixldir)
 common-obj-$(CONFIG_CRIS_DIS) += cris.o
 common-obj-$(CONFIG_HPPA_DIS) += hppa.o
 common-obj-$(CONFIG_I386_DIS) += i386.o
This page took 0.024467 seconds and 4 git commands to generate.