From 8ae2b54ee70891ddb720bf00f8913c3716c1f67f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 27 Aug 2016 17:45:19 +0200 Subject: remove DOMULTI support A single test with targeting ARM showed that this feature seems bit rotted. Remove DOMULTI and simplify Makefiles. --- extra/scripts/randconfig.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'extra/scripts/randconfig.sh') diff --git a/extra/scripts/randconfig.sh b/extra/scripts/randconfig.sh index d83731b6e..e2124c75d 100755 --- a/extra/scripts/randconfig.sh +++ b/extra/scripts/randconfig.sh @@ -10,7 +10,6 @@ test "x$AWK" = "x" && AWK=awk test "x$ARCH" = "x" && ARCH=`uname -m` KCONFIG_ALLCONFIG=.config.allconfig (echo TARGET_$ARCH=y - echo '# DOMULTI is not set' ) > $KCONFIG_ALLCONFIG export KCONFIG_ALLCONFIG -- cgit v1.2.3