projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c44593a
)
Don't require a VARIANT_DEFCONFIG
author
Christopher R. Palmer
<crpalmer@gmail.com>
Tue, 12 Aug 2014 09:43:23 +0000
(
05:43
-0400)
committer
Nolen Johnson
<johnsonnolen@gmail.com>
Wed, 22 Dec 2021 02:21:17 +0000
(21:21 -0500)
Change-Id: I4a652c22ad4e29cd2a7eb31ae533d1e09a015ced
scripts/kconfig/conf.c
patch
|
blob
|
blame
|
history
diff --git
a/scripts/kconfig/conf.c
b/scripts/kconfig/conf.c
index 418048b3353a255bef2d36d593b5f1a30103bebf..548a6a51cc349d5b32957d94aa10596ed65ea09b 100644
(file)
--- a/
scripts/kconfig/conf.c
+++ b/
scripts/kconfig/conf.c
@@
-616,11
+616,6
@@
int main(int ac, char **av)
"***\n"), name);
exit(1);
}
- } else {
- printf(_("***\n"
- "*** You must specify VARIANT_DEFCONFIG !\n"
- "***\n"));
- exit(1);
}
name = getenv("KCONFIG_DEBUG");
printf("KCONFIG_DEBUG(%s)\n", name);