repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s390x: include HW_COMPAT_* props
[qemu/ar7.git]
/
disas
/
libvixl
/
Makefile.objs
blob
17e6565d10a08051057b0f6b2f29c8714303b49a
1
libvixl_OBJS = utils.o \
2
a64/instructions-a64.o \
3
a64/decoder-a64.o \
4
a64/disasm-a64.o
5
6
$(addprefix $(obj)/,$(libvixl_OBJS)): QEMU_CFLAGS := -I$(SRC_PATH)/disas/libvixl $(QEMU_CFLAGS)
7
8
common-obj-$(CONFIG_ARM_A64_DIS) += $(libvixl_OBJS)