mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 05:55:46 +08:00
build: Move .config check to the top Makefile
remove the workaround to handle the inexistence of .config/Make.defs Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
3c622db780
commit
1a95cce1a3
@@ -35,9 +35,9 @@
|
||||
|
||||
# Makefile fragments
|
||||
|
||||
-include $(TOPDIR)/Make.defs
|
||||
-include chip/Make.defs
|
||||
-include board/Make.defs
|
||||
include $(TOPDIR)/Make.defs
|
||||
include chip/Make.defs
|
||||
include board/Make.defs
|
||||
|
||||
# Compiler-Dependent Make: SDCC or ZiLOG ZDS-II
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#
|
||||
############################################################################
|
||||
|
||||
-include $(TOPDIR)\Make.defs
|
||||
include $(TOPDIR)\Make.defs
|
||||
|
||||
############################################################################
|
||||
# Tools
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#
|
||||
############################################################################
|
||||
|
||||
-include $(TOPDIR)\Make.defs
|
||||
include $(TOPDIR)\Make.defs
|
||||
|
||||
# Tools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user