mkkconfig.bat: Clean up a few things

This commit is contained in:
Gregory Nutt 2016-06-06 12:47:52 -06:00
parent 807e51ad05
commit 86e2a35946

View File

@ -35,7 +35,7 @@ REM
REM Parse command line arguments
SET menu=
SET menu=""
SET kconfig=Kconfig
:ArgLoop
@ -81,7 +81,7 @@ Echo # see the file kconfig-language.txt in the NuttX tools repository. >> %kcon
Echo # >> %kconfig%
Echo # This file is autogenerated, do not edit. >> %kconfig%
Echo # >> %kconfig%
Echo >> %kconfig%
Echo[ >> %kconfig%
IF %menu% NEQ "" (
Echo menu "%menu%" >> %kconfig%