mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 18:27:56 +08:00
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:
committed by
Abdelatif Guettouche
parent
4935ab5243
commit
7575518998
@@ -35,8 +35,6 @@
|
||||
#
|
||||
############################################################################
|
||||
|
||||
include $(TOPDIR)/Make.defs
|
||||
|
||||
ifneq ($(RCSRCS)$(RCRAWS),)
|
||||
ETCDIR := etctmp
|
||||
ETCSRC := $(ETCDIR:%=%.c)
|
||||
|
||||
Reference in New Issue
Block a user