mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Makefiles: This reverts part of commit cf0365ea9. It restores 'conditional' inclusion of TOPDIR/Make.defs. Otherwise all make targets fail if the board has not been configured. That is okay most of the time, but not for things like clean and distclean which should not depend on being configured.
This commit is contained in:
parent
69022c9f2b
commit
3a23523147
301 changed files with 302 additions and 302 deletions
|
|
@ -33,7 +33,7 @@
|
|||
#
|
||||
############################################################################
|
||||
|
||||
include $(TOPDIR)/Make.defs
|
||||
-include $(TOPDIR)/Make.defs
|
||||
|
||||
# Sub-directories from the NuttX export package
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue