summaryrefslogtreecommitdiffstats
path: root/config/Config.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2004-01-07 14:08:48 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2004-01-07 14:08:48 +0000
commite17c687c43f7e2a84838cffa0a02476c3d9ded93 (patch)
tree5c459db627fc97d23c93fed6fdbcafc8e4b96ea2 /config/Config.in
parentfc6717113d97b88f89b4d6a38d490ecb843b70b1 (diff)
downloadptxdist-e17c687c43f7e2a84838cffa0a02476c3d9ded93.tar.gz
ptxdist-e17c687c43f7e2a84838cffa0a02476c3d9ded93.tar.xz
Add config variable for project name
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@973 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'config/Config.in')
-rw-r--r--config/Config.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/Config.in b/config/Config.in
index c61c33558..89abdc015 100644
--- a/config/Config.in
+++ b/config/Config.in
@@ -12,12 +12,15 @@ config PTXCONF
This is the Pengutronix Distribution Build System. A better name
for the Projest still has to be found.
-source "rules/experimental.in"
+config PROJECT
+ string
+ prompt "Project Name "
##############################################################################
comment "General Options --- "
##############################################################################
+source "rules/experimental.in"
source "rules/target.in"
source "rules/cross-toolchain.in"
source "rules/rootfs.in"