You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/06/04 10:56:38 UTC

[incubator-nuttx] branch master updated: boards/Board.mk: Remove include $(TOPDIR)/Make.defs

This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 7575518  boards/Board.mk: Remove include $(TOPDIR)/Make.defs
7575518 is described below

commit 7575518998d12989c23467bc4f8d8ea0e72a1eb1
Author: Huang Qi <hu...@xiaomi.com>
AuthorDate: Thu Jun 4 11:51:16 2020 +0800

    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 <hu...@xiaomi.com>
---
 boards/Board.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/boards/Board.mk b/boards/Board.mk
index 8357f3e..1a53161 100644
--- a/boards/Board.mk
+++ b/boards/Board.mk
@@ -35,8 +35,6 @@
 #
 ############################################################################
 
-include $(TOPDIR)/Make.defs
-
 ifneq ($(RCSRCS)$(RCRAWS),)
 ETCDIR := etctmp
 ETCSRC := $(ETCDIR:%=%.c)