summaryrefslogtreecommitdiff
path: root/nuttx/Makefile.win
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-09 12:55:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-09 12:55:13 +0000
commit6afb58c74e1b0bbfe3306e1a3a00d31462c598fa (patch)
tree9c78e5873d7cf77b3479315a96d18fabfa86f718 /nuttx/Makefile.win
parentba1189436af1c941497484d199f383ffc64dc38f (diff)
downloadnuttx-6afb58c74e1b0bbfe3306e1a3a00d31462c598fa.tar.gz
nuttx-6afb58c74e1b0bbfe3306e1a3a00d31462c598fa.tar.bz2
nuttx-6afb58c74e1b0bbfe3306e1a3a00d31462c598fa.zip
Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5496 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Makefile.win')
-rw-r--r--nuttx/Makefile.win6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/Makefile.win b/nuttx/Makefile.win
index 803d073b2..5c4404f57 100644
--- a/nuttx/Makefile.win
+++ b/nuttx/Makefile.win
@@ -651,13 +651,13 @@ configenv:
$(Q) set APPSDIR=${CONFIG_APPS_DIR}
config: configenv
- $(Q) conf Kconfig
+ $(Q) kconfig-conf Kconfig
oldconfig: configenv
- $(Q) conf --oldconfig Kconfig
+ $(Q) kconfig-conf --oldconfig Kconfig
menuconfig: configenv
- $(Q) mconf Kconfig
+ $(Q) kconfig-mconf Kconfig
# export
#