build: Remove the workaround for the inexistence of .config/Make.defs

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2020-05-19 03:53:27 +08:00 committed by Abdelatif Guettouche
parent b64d3533ba
commit ead498a788
307 changed files with 308 additions and 354 deletions

View file

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
CONFIG_ARCH_BOARD ?= dummy
@ -41,7 +41,7 @@ CONFIG_ARCH_BOARD ?= dummy
GNUDIR = gnu
PLATFORMDIR = board
DUMMYDIR = $(APPDIR)$(DELIM)platform$(DELIM)dummy
DUMMYDIR = $(APPDIR)/platform/dummy
ifeq ($(CONFIG_ARCH_BOARD_CUSTOM),y)
LINKDIR = $(DUMMYDIR)

View file

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