build: replace ${TOPDIR} with $(TOPDIR) in Makefile

make the usage consistence

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-05-19 22:25:18 +08:00
committed by Abdelatif Guettouche
parent 567962bd62
commit 7faf3c0254
240 changed files with 720 additions and 720 deletions
+2 -2
View File
@@ -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"}