From 1211a4648515de680c33ba58d2867305416b9f88 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sun, 17 Oct 2010 17:31:59 +0200 Subject: config.mk cleanup: drop "-I$(TOPDIR)/board" entries After the recent cleanups, a number of config.mk files consist only of a "PLATFORM_CPPFLAGS += -I$(TOPDIR)/board" entry whih is not needed. Remove such entries. In most cases, that means that the whole config.mk file can be removed. Signed-off-by: Wolfgang Denk --- board/matrix_vision/mvbc_p/config.mk | 24 ------------------------ board/matrix_vision/mvsmr/config.mk | 1 - 2 files changed, 25 deletions(-) delete mode 100644 board/matrix_vision/mvbc_p/config.mk (limited to 'board/matrix_vision') diff --git a/board/matrix_vision/mvbc_p/config.mk b/board/matrix_vision/mvbc_p/config.mk deleted file mode 100644 index f0ed344..0000000 --- a/board/matrix_vision/mvbc_p/config.mk +++ /dev/null @@ -1,24 +0,0 @@ -# -# (C) Copyright 2003-2010 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# See file CREDITS for list of people who contributed to this -# project. -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of -# the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307 USA -# - -PLATFORM_CPPFLAGS += -I$(TOPDIR)/board diff --git a/board/matrix_vision/mvsmr/config.mk b/board/matrix_vision/mvsmr/config.mk index 70f1ecf..d5308d9 100644 --- a/board/matrix_vision/mvsmr/config.mk +++ b/board/matrix_vision/mvsmr/config.mk @@ -21,5 +21,4 @@ # MA 02111-1307 USA # -PLATFORM_CPPFLAGS += -I$(TOPDIR)/board LDSCRIPT := $(SRCTREE)/board/matrix_vision/mvsmr/u-boot.lds -- cgit v1.1