summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2008-11-01 12:30:50 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2008-11-01 12:30:50 +0000
commitaef5045f6bf1a9e572d40376c2c93a0ce8a4d0c6 (patch)
treed41e968c1ec0701c76dcdb7225b9842cad966531 /rules
parentd5292b8462f0132e21f54ee5b2172c380105bd67 (diff)
downloadptxdist-aef5045f6bf1a9e572d40376c2c93a0ce8a4d0c6.tar.gz
ptxdist-aef5045f6bf1a9e572d40376c2c93a0ce8a4d0c6.tar.xz
just beautifying
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9026 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules')
-rw-r--r--rules/templates/kconfig/Kconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/rules/templates/kconfig/Kconfig b/rules/templates/kconfig/Kconfig
index f59dd9bad..3b3fb5bf5 100644
--- a/rules/templates/kconfig/Kconfig
+++ b/rules/templates/kconfig/Kconfig
@@ -34,4 +34,10 @@ source "config/Kconfig"
# The SECTION name and the included file name here must be correspond.
# You can use as many SECTIONs as you like, to add more than one local sub
# menu.
-# \ No newline at end of file
+#
+# You can beautify the menu, when you are using:
+#
+# menu "Project Specific Menu "
+# source "generated/project_specific.in"
+# endmenu
+#