From 416083ad78ea17d765a993d87c1a46325b908dc5 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 28 Jan 2018 06:20:01 +0100 Subject: Flag constant symbols where they're not allowed Might break U-Boot if they ever upgrade Kconfiglib, because they have a 'select y' in there (which the C tools don't flag since they only look for quotes), but it's a one-line fix. --- tests/Kwtf | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 tests/Kwtf (limited to 'tests') diff --git a/tests/Kwtf b/tests/Kwtf deleted file mode 100644 index 85ae57e..0000000 --- a/tests/Kwtf +++ /dev/null @@ -1,18 +0,0 @@ -config A - bool - select n - select m - select y - select UNAME_RELEASE - select "n" - select "m" - select "y" - select "UNAME_RELEASE" - imply n - imply m - imply y - imply UNAME_RELEASE - imply "n" - imply "m" - imply "y" - imply "UNAME_RELEASE" -- cgit v1.2.3