Makefile: use $(INSTALL_LIB) for modules not $(INSTALL_PROG)
[qemu.git] / disas / libvixl / Makefile.objs
blob0adb3ced7b731695086eff1e2f38cd9d0c5f4fd8
1 libvixl_OBJS = utils.o \
2                a64/instructions-a64.o \
3                a64/decoder-a64.o \
4                a64/disasm-a64.o
6 $(addprefix $(obj)/,$(libvixl_OBJS)): QEMU_CFLAGS += -I$(SRC_PATH)/disas/libvixl
8 common-obj-$(CONFIG_ARM_A64_DIS) += $(libvixl_OBJS)