File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -637,16 +637,16 @@ endif
637
637
# -$(MAKE) -C utils/plot_ui
638
638
-$(MAKE) -C frida_mode
639
639
ifneq "$(SYS ) " "Darwin"
640
- ifeq "$(ARCH ) " "aarch64"
641
- ifndef NO_CORESIGHT
640
+ ifeq "$(ARCH)" "aarch64"
641
+ ifndef NO_CORESIGHT
642
642
-$(MAKE) -C coresight_mode
643
+ endif
643
644
endif
644
- endif
645
- ifeq "$(SYS ) " "Linux"
646
- ifndef NO_NYX
645
+ ifeq "$(SYS)" "Linux"
646
+ ifndef NO_NYX
647
647
-cd nyx_mode && ./build_nyx_support.sh
648
+ endif
648
649
endif
649
- endif
650
650
-cd qemu_mode && sh ./build_qemu_support.sh
651
651
ifeq "$(ARCH)" "aarch64"
652
652
ifndef NO_UNICORN_ARM64
@@ -662,7 +662,7 @@ binary-only: test_shm test_python ready $(PROGS)
662
662
ifneq "$(SYS ) " "Darwin"
663
663
-$(MAKE) -C utils/libdislocator
664
664
-$(MAKE) -C utils/libtokencap
665
- # endif
665
+ endif
666
666
-$(MAKE) -C utils/afl_network_proxy
667
667
-$(MAKE) -C utils/socket_fuzzing
668
668
-$(MAKE) -C utils/argv_fuzzing
You can’t perform that action at this time.
0 commit comments