Skip to content

Commit

Permalink
remove evm arch,anal,debug, fix evm io
Browse files Browse the repository at this point in the history
  • Loading branch information
Silur committed Feb 9, 2024
1 parent 98e6d29 commit f9900d7
Show file tree
Hide file tree
Showing 17 changed files with 5 additions and 1,526 deletions.
7 changes: 0 additions & 7 deletions libr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ zyan:
$(MAKE) -C asm zyan

evm:
$(MAKE) -C asm evm
$(MAKE) -C anal evm
$(MAKE) -C io evm
$(MAKE) -C debug evm

nios:
$(MAKE) -C anal nios

Expand Down Expand Up @@ -77,10 +73,7 @@ zyan-install:
cp -f asm/p/asm_x86_zyan.$(LIBEXT) $(R2PM_PLUGDIR)

evm-install:
cp -f asm/p/asm_evm.$(LIBEXT) $(R2PM_PLUGDIR)
cp -f anal/p/anal_evm.$(LIBEXT) $(R2PM_PLUGDIR)
cp -f io/p/io_evm.$(LIBEXT) $(R2PM_PLUGDIR)
cp -f debug/p/debug_evm.$(LIBEXT) $(R2PM_PLUGDIR)

nios-install:
cp -f asm/p/asm_nios.$(LIBEXT) $(R2PM_PLUGDIR)
Expand Down
3 changes: 0 additions & 3 deletions libr/anal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ m68k_net:
atombios:
cd p ; $(MAKE) anal_atombios.$(LIBEXT)

evm:
cd p ; $(MAKE) anal_evm.$(LIBEXT)

nios:
cd p ; $(MAKE) anal_nios.$(LIBEXT)

Expand Down
1 change: 0 additions & 1 deletion libr/anal/p/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ ARCHS+=x86_bea.mk
ARCHS+=x86_simple.mk
ARCHS+=x86_udis.mk
ARCHS+=m68k_net.mk
ARCHS+=evm.mk
ARCHS+=atombios.mk
ARCHS+=rl78.mk
ARCHS+=nios.mk
Expand Down
Loading

0 comments on commit f9900d7

Please sign in to comment.