From 9dfead1cd16a7e65e17810a8b7b6c2eb161c2806 Mon Sep 17 00:00:00 2001 From: Alex Bates <16batesa@gmail.com> Date: Sat, 7 Nov 2020 14:51:24 +0000 Subject: [PATCH] add LD_SCRIPT to setup --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e01fd54b0c..05a5b9d368 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ clean: clean-code: rm -rf $(BUILD_DIR)/src -setup: clean submodules split +setup: clean submodules split $(LD_SCRIPT) make -C tools submodules: