From 129707a7b977a5dc0c403ed19f4529427a4aaa1c Mon Sep 17 00:00:00 2001 From: Konstantin Sudakov Date: Thu, 24 Jan 2019 09:24:00 +0700 Subject: [PATCH] Makefile.x86: the submodules info call was removed. The submodules were removed earlier. --- Makefile.x86 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.x86 b/Makefile.x86 index a386eef94..b0a48394f 100644 --- a/Makefile.x86 +++ b/Makefile.x86 @@ -12,7 +12,7 @@ export VERSION SUBMODULE_UBT = "redpitaya-v2016.4" SUBMODULE_LIN = "branch-redpitaya-v2017.2" -SUBMODULE_APP = $(shell git submodule status Applications) +SUBMODULE_APP = "" define GREET_MSG ##############################################################################