mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
Makefiles.*: It should be possible to run 'make menuconfig' with no .config and no Make.defs file. This change removes the dependency on Make.defs, but does not solve the problem of the missing .config file. Without a .config file, it is not currently possible for the Makefile.* to correctly setup up the symbolic links to directories.
This commit is contained in:
+3
-1
@@ -280,7 +280,9 @@ tools/cnvwindeps$(HOSTEXEEXT):
|
||||
# Directories links. Most of establishing the NuttX configuration involves
|
||||
# setting up symbolic links with 'generic' directory names to specific,
|
||||
# configured directories.
|
||||
#
|
||||
|
||||
Make.defs:
|
||||
|
||||
# Link the arch/<arch-name>/include directory to include/arch
|
||||
|
||||
include/arch: Make.defs
|
||||
|
||||
+3
-1
@@ -275,7 +275,9 @@ tools\mkdeps$(HOSTEXEEXT):
|
||||
# Directories links. Most of establishing the NuttX configuration involves
|
||||
# setting up symbolic links with 'generic' directory names to specific,
|
||||
# configured directories.
|
||||
#
|
||||
|
||||
Make.defs:
|
||||
|
||||
# Link the arch\<arch-name>\include directory to include\arch
|
||||
|
||||
include\arch: Make.defs
|
||||
|
||||
Reference in New Issue
Block a user