Fix SystemZ macro in Makefile (#2603)
This commit is contained in:
parent
3060117630
commit
c831cd5ef5
2
Makefile
2
Makefile
|
@ -195,7 +195,7 @@ DEP_SYSZ += $(wildcard arch/SystemZ/SystemZ*.inc)
|
||||||
|
|
||||||
LIBOBJ_SYSZ =
|
LIBOBJ_SYSZ =
|
||||||
ifneq (,$(findstring systemz,$(CAPSTONE_ARCHS)))
|
ifneq (,$(findstring systemz,$(CAPSTONE_ARCHS)))
|
||||||
CFLAGS += -DCAPSTONE_HAS_SYSZ
|
CFLAGS += -DCAPSTONE_HAS_SYSTEMZ
|
||||||
LIBSRC_SYSZ += $(wildcard arch/SystemZ/SystemZ*.c)
|
LIBSRC_SYSZ += $(wildcard arch/SystemZ/SystemZ*.c)
|
||||||
LIBOBJ_SYSZ += $(LIBSRC_SYSZ:%.c=$(OBJDIR)/%.o)
|
LIBOBJ_SYSZ += $(LIBSRC_SYSZ:%.c=$(OBJDIR)/%.o)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue