mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 05:08:41 +08:00
Kconfig updates from Freddie Chopin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5353 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
5019ece0ef
commit
0ea48ddabc
3 changed files with 2 additions and 3 deletions
3
Kconfig
3
Kconfig
|
@ -87,7 +87,8 @@ menu "Build Configuration"
|
|||
|
||||
config APPS_DIR
|
||||
string "Application directory"
|
||||
default "../apps"
|
||||
default "../apps" if !WINDOWS_NATIVE
|
||||
default "..\apps" if WINDOWS_NATIVE
|
||||
---help---
|
||||
Identifies the directory that builds the
|
||||
application to link with NuttX. Default: ../apps This symbol must be assigned
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
#
|
||||
############################################################################
|
||||
|
||||
-include $(TOPDIR)/.config
|
||||
-include $(TOPDIR)/Make.defs
|
||||
-include chip/Make.defs
|
||||
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
#
|
||||
############################################################################
|
||||
|
||||
-include $(TOPDIR)/.config
|
||||
-include $(TOPDIR)/Make.defs
|
||||
-include chip/Make.defs
|
||||
|
||||
|
|
Loading…
Reference in a new issue