mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
build: replace ${TOPDIR} with $(TOPDIR) in Makefile
make the usage consistence Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
567962bd62
commit
7faf3c0254
@@ -33,8 +33,8 @@
|
||||
#
|
||||
############################################################################
|
||||
|
||||
include ${TOPDIR}/.config
|
||||
include ${TOPDIR}/tools/Config.mk
|
||||
include $(TOPDIR)/.config
|
||||
include $(TOPDIR)/tools/Config.mk
|
||||
|
||||
HOSTOS = ${shell uname -o 2>/dev/null || uname -s 2>/dev/null || echo "Other"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user