summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-03 15:33:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-03 15:33:24 +0000
commit13cf766fe1b1d8fc609b047741bbb0bdf60c85fb (patch)
tree2136858c0e5dcdb619840b3b59b6d3bcc377c653 /misc
parent0d2459d8d0a67a0cb9c934df09600f7bb1831449 (diff)
downloadpx4-nuttx-13cf766fe1b1d8fc609b047741bbb0bdf60c85fb.tar.gz
px4-nuttx-13cf766fe1b1d8fc609b047741bbb0bdf60c85fb.tar.bz2
px4-nuttx-13cf766fe1b1d8fc609b047741bbb0bdf60c85fb.zip
Convert configs/z80sim/ostest to Kconfig/mconf tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5409 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc')
-rw-r--r--misc/tools/README.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/misc/tools/README.txt b/misc/tools/README.txt
index 47c966921..512d8ebaa 100644
--- a/misc/tools/README.txt
+++ b/misc/tools/README.txt
@@ -20,13 +20,17 @@ kconfig-frontends
General build instructions:
cd kconfig-frontends
- ./configure
+ ./configure --program-prefix=
make
make install
+ If you do not specify --program-prefix= in the configuration, then the
+ current kconfig-frontends code will add the prefix kconfig- to the generated
+ tools.
+
To suppress the graphical interfaces:
- ./configure --disable-gconf --disable-qconf
+ ./configure --disable-gconf --disable-qconf --program-prefix=
make
make install