From ba3f2614e5d4e564e80e9b5f557e16577908e429 Mon Sep 17 00:00:00 2001 From: Pedro Antunes Date: Mon, 11 Dec 2023 21:58:19 +0100 Subject: [PATCH] Makefile: - Separate the commands under fpga-connect. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b2206eef..180adf3c 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,9 @@ fpga-run: nix-shell --run 'BOARD=$(BOARD) GRAB_TIMEOUT=$(GRAB_TIMEOUT) RUN_LINUX=$(RUN_LINUX) make -C ../$(CORE)_V*/ fpga-fw-build fpga-run' fpga-connect: - nix-shell --run 'BOARD=$(BOARD) GRAB_TIMEOUT=$(GRAB_TIMEOUT) RUN_LINUX=$(RUN_LINUX) make -C ../$(CORE)_V*/ fpga-fw-build fpga-run' + nix-shell --run 'RUN_LINUX=$(RUN_LINUX) make -C ../$(CORE)_V*/ fpga-fw-build' +# Should run under 'bash', running with 'fish' as a shell gives an error + BOARD=$(BOARD) GRAB_TIMEOUT=$(GRAB_TIMEOUT) make -C ../$(CORE)_V*/ fpga-run fpga-test: # IOb-SoC-Opencryptolinux always uses external memory