build: Replace $(TOPDIR)/Make.defs with $(APPDIR)/Make.defs

and move NUTTXLIB defintion to the common place

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2020-05-20 12:35:03 +08:00 committed by Alan Carvalho de Assis
parent 6daab509ca
commit deaa6c5b7b
316 changed files with 332 additions and 401 deletions

View file

@ -33,7 +33,7 @@
#
############################################################################
include $(TOPDIR)/Make.defs
include $(APPDIR)/Make.defs
CONFIG_ARCH_BOARD ?= dummy

View file

@ -33,7 +33,7 @@
#
###########################################################################
include $(TOPDIR)/Make.defs
include $(APPDIR)/Make.defs
all:
.PHONY: clean distclean