mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
Makefile.*: Create a Make.defs file if one does not exist
This commit is contained in:
@@ -282,6 +282,8 @@ tools/cnvwindeps$(HOSTEXEEXT):
|
|||||||
# configured directories.
|
# configured directories.
|
||||||
|
|
||||||
Make.defs:
|
Make.defs:
|
||||||
|
echo "include $(TOPDIR)$(DELIM).config" > Make.defs
|
||||||
|
echo "include $(TOPDIR)$(DELIM)tools$(DELIM)Config.mk" >> Make.defs
|
||||||
|
|
||||||
# Link the arch/<arch-name>/include directory to include/arch
|
# Link the arch/<arch-name>/include directory to include/arch
|
||||||
|
|
||||||
|
|||||||
@@ -277,6 +277,8 @@ tools\mkdeps$(HOSTEXEEXT):
|
|||||||
# configured directories.
|
# configured directories.
|
||||||
|
|
||||||
Make.defs:
|
Make.defs:
|
||||||
|
echo "include $(TOPDIR)$(DELIM).config" > Make.defs
|
||||||
|
echo "include $(TOPDIR)$(DELIM)tools$(DELIM)Config.mk" >> Make.defs
|
||||||
|
|
||||||
# Link the arch\<arch-name>\include directory to include\arch
|
# Link the arch\<arch-name>\include directory to include\arch
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user