boards/Board.mk: Remove include $(TOPDIR)/Make.defs

This file is already included by most board's Makefile,
remove it to avoid override the board's specific CFLAGS
etc.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi 2020-06-04 11:51:16 +08:00 committed by Abdelatif Guettouche
parent 4935ab5243
commit 7575518998

View File

@ -35,8 +35,6 @@
#
############################################################################
include $(TOPDIR)/Make.defs
ifneq ($(RCSRCS)$(RCRAWS),)
ETCDIR := etctmp
ETCSRC := $(ETCDIR:%=%.c)