mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +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
@@ -20,7 +20,7 @@
|
||||
|
||||
include $(TOPDIR)/.config
|
||||
include $(TOPDIR)/tools/Config.mk
|
||||
include ${TOPDIR}/arch/z16/src/z16f/Toolchain.defs
|
||||
include $(TOPDIR)/arch/z16/src/z16f/Toolchain.defs
|
||||
include $(TOPDIR)/tools/zds/Config.mk
|
||||
|
||||
# CFLAGS
|
||||
|
||||
Reference in New Issue
Block a user