summaryrefslogtreecommitdiffstats
path: root/src/disas/libvixl/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'src/disas/libvixl/Makefile.objs')
-rw-r--r--src/disas/libvixl/Makefile.objs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/disas/libvixl/Makefile.objs b/src/disas/libvixl/Makefile.objs
new file mode 100644
index 0000000..17e6565
--- /dev/null
+++ b/src/disas/libvixl/Makefile.objs
@@ -0,0 +1,8 @@
+libvixl_OBJS = utils.o \
+ a64/instructions-a64.o \
+ a64/decoder-a64.o \
+ a64/disasm-a64.o
+
+$(addprefix $(obj)/,$(libvixl_OBJS)): QEMU_CFLAGS := -I$(SRC_PATH)/disas/libvixl $(QEMU_CFLAGS)
+
+common-obj-$(CONFIG_ARM_A64_DIS) += $(libvixl_OBJS)
OpenPOWER on IntegriCloud