mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-03-04 04:17:46 +00:00
cleanup Makefile for M680K. also include its INC files in dependency
This commit is contained in:
parent
1ec3060d08
commit
d7281e9ea7
10
Makefile
10
Makefile
@ -225,16 +225,14 @@ ifneq (,$(findstring tms320c64x,$(CAPSTONE_ARCHS)))
|
||||
endif
|
||||
|
||||
DEP_M680X =
|
||||
DEP_M680X += arch/M680X/M680XInstPrinter.h
|
||||
DEP_M680X += arch/M680X/M680XDisassembler.h
|
||||
DEP_M680X += arch/M680X/M680XDisassemblerInternals.h
|
||||
DEP_M680X += $(wildcard arch/M680X/*.inc)
|
||||
DEP_M680X += $(wildcard arch/M680X/M680X*.h)
|
||||
|
||||
LIBOBJ_M680X =
|
||||
ifneq (,$(findstring m680x,$(CAPSTONE_ARCHS)))
|
||||
CFLAGS += -DCAPSTONE_HAS_M680X
|
||||
LIBOBJ_M680X += $(OBJDIR)/arch/M680X/M680XDisassembler.o
|
||||
LIBOBJ_M680X += $(OBJDIR)/arch/M680X/M680XInstPrinter.o
|
||||
LIBOBJ_M680X += $(OBJDIR)/arch/M680X/M680XModule.o
|
||||
LIBSRC_M680X += $(wildcard arch/M680X/*.c)
|
||||
LIBOBJ_M680X += $(LIBSRC_M680X:%.c=$(OBJDIR)/%.o)
|
||||
endif
|
||||
|
||||
LIBOBJ =
|
||||
|
Loading…
x
Reference in New Issue
Block a user