mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +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
+1
-1
@@ -20,7 +20,7 @@ Config.mk
|
||||
This file (along with <nuttx>/.config) must be included at the top of
|
||||
each configuration-specific Make.defs file like:
|
||||
|
||||
-include $(TOPDIR)/.config
|
||||
include $(TOPDIR)/.config
|
||||
include $(TOPDIR)/tools/Config.mk
|
||||
|
||||
Subsequent logic within the configuration-specific Make.defs file may then
|
||||
|
||||
Reference in New Issue
Block a user