summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-03-04 10:13:03 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-03-04 10:13:03 +0100
commit87781a7d7c8cf7946cd7388abbc15c8af0c30243 (patch)
treeed957b2714e1a0b2668d042e348b19a73d534b4d /platforms
parent1e6a25052f6b2eacc52d087c11e514bdf78bb3b6 (diff)
downloadptxdist-87781a7d7c8cf7946cd7388abbc15c8af0c30243.tar.gz
ptxdist-87781a7d7c8cf7946cd7388abbc15c8af0c30243.tar.xz
[kernel.in] remove trailing whitespace
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/kernel.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/platforms/kernel.in b/platforms/kernel.in
index 7b50a2b3c..f681589cb 100644
--- a/platforms/kernel.in
+++ b/platforms/kernel.in
@@ -197,7 +197,7 @@ config KERNEL_EXTRA_MAKEVARS
help
Specify extra parameters for the kernel build system here. Useful
options include:
-
+
* CONFIG_DEBUG_SECTION_MISMATCH=y
Enable this feature if you want kernel's builsystem to check for
section mismatches (__devinit/__devexit, __init/__exit). This
@@ -205,10 +205,10 @@ config KERNEL_EXTRA_MAKEVARS
do this check automatically. Enabling this feature is recommended
for kernel development.
Changing this entry will rebuild the whole kernel.
-
+
* C=1
Run sparse when compiling
-
+
* V=1
Increase verbosity when compiling
@@ -218,12 +218,12 @@ config KERNEL_LOCAL_FLAG
help
Do not download a kernel archieve, but use a local kernel tree
(most probably a working tree from a git repository). Its path
- is concatenated from SETUP_KERNELDIR_PREFIX defined in setup
+ is concatenated from SETUP_KERNELDIR_PREFIX defined in setup
and KERNEL_VERSION from above.
-
+
This function is mostly needed by developers who want to test their
patches against a git-tree.
-
+
config KERNEL_SYMLINK_IN_PROJECTDIR
prompt "Symlink to kernel tree"
bool
@@ -231,7 +231,7 @@ config KERNEL_SYMLINK_IN_PROJECTDIR
Create a symlink named '.kernel' in the workspace directory pointing to
the currently selected kernel. This is a shortcut for developers often
working with kernel sources. It can also prevent to accidently work on
- an unselected kernel. Note that the link may be invalid unless you have
+ an unselected kernel. Note that the link may be invalid unless you have
extracted the specified kernel version.
endif # KERNEL