Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tomeu Vizoso
linux
Commits
2b47e454
Commit
2b47e454
authored
7 years ago
by
Guillaume Tucker
Committed by
Tomeu Vizoso
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
HACK disable all{yes,no,mod}config and tinyconfig
Signed-off-by:
Guillaume Tucker
<
guillaume.tucker@collabora.com
>
parent
c7994397
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/kconfig/Makefile
+1
-9
1 addition, 9 deletions
scripts/kconfig/Makefile
with
1 addition
and
9 deletions
scripts/kconfig/Makefile
+
1
−
9
View file @
2b47e454
...
...
@@ -79,7 +79,7 @@ update-po-config: $(obj)/kxgettext $(obj)/gconf.glade.h
$(
Q
)
rm
-f
$(
obj
)
/config.pot
# These targets map 1:1 to the commandline options of 'conf'
simple-targets
:=
oldconfig
allnoconfig allyesconfig allmodconfig
\
simple-targets
:=
oldconfig
\
alldefconfig randconfig listnewconfig olddefconfig
PHONY
+=
$(
simple-targets
)
...
...
@@ -136,10 +136,6 @@ PHONY += xenconfig
xenconfig
:
xen.config
@
:
PHONY
+=
tinyconfig
tinyconfig
:
$(
Q
)$(
MAKE
)
-f
$(
srctree
)
/Makefile allnoconfig tiny.config
# CHECK: -o cache_dir=<path> working?
PHONY
+=
testconfig
testconfig
:
$(obj)/conf
...
...
@@ -161,9 +157,6 @@ help:
@
echo
' localyesconfig - Update current config converting local mods to core'
@
echo
' defconfig - New config with default from ARCH supplied defconfig'
@
echo
' savedefconfig - Save current config as ./defconfig (minimal config)'
@
echo
' allnoconfig - New config where all options are answered with no'
@
echo
' allyesconfig - New config where all options are accepted with yes'
@
echo
' allmodconfig - New config selecting modules when possible'
@
echo
' alldefconfig - New config with all symbols set to default'
@
echo
' randconfig - New config with random answer to all options'
@
echo
' listnewconfig - List new options'
...
...
@@ -171,7 +164,6 @@ help:
@
echo
' default value without prompting'
@
echo
' kvmconfig - Enable additional options for kvm guest kernel support'
@
echo
' xenconfig - Enable additional options for xen dom0 and guest kernel support'
@
echo
' tinyconfig - Configure the tiniest possible kernel'
# lxdialog stuff
check-lxdialog
:=
$(
srctree
)
/
$(
src
)
/lxdialog/check-lxdialog.sh
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment