Skip to content

Commit

Permalink
Split esil into esil_ops
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Dec 27, 2024
1 parent e45b9f1 commit 898e946
Show file tree
Hide file tree
Showing 7 changed files with 3,247 additions and 3,225 deletions.
4 changes: 2 additions & 2 deletions libr/esil/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ pre: libr_esil.$(EXT_SO) libr_esil.$(EXT_AR)

include $(STATIC_ESIL_PLUGINS)
STATIC_OBJS=$(subst ..,p/..,$(subst esil_,p/esil_,$(STATIC_OBJ)))
OBJS=esil.o esil_plugin.o esil_handler.o esil_stats.o esil_trace.o esil_toc.o
OBJS+=esil_compiler.o
OBJS=esil.o esil_plugin.o esil_handler.o esil_stats.o
OBJS+=esil_compiler.o esil_ops.o esil_toc.o esil_trace.o
OBJS+=${STATIC_OBJS}

include ../rules.mk
Loading

0 comments on commit 898e946

Please sign in to comment.