Makefile.*: Create a Make.defs file if one does not exist
This commit is contained in:
parent
bb02c0c92d
commit
f5e6afe9cd
@ -282,6 +282,8 @@ tools/cnvwindeps$(HOSTEXEEXT):
|
||||
# configured directories.
|
||||
|
||||
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
|
||||
|
||||
|
@ -277,6 +277,8 @@ tools\mkdeps$(HOSTEXEEXT):
|
||||
# configured directories.
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user