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/digsy_mtc/config.mk | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 board/digsy_mtc/config.mk (limited to 'board/digsy_mtc') diff --git a/board/digsy_mtc/config.mk b/board/digsy_mtc/config.mk deleted file mode 100644 index dbf1f67..0000000 --- a/board/digsy_mtc/config.mk +++ /dev/null @@ -1,9 +0,0 @@ -# -# Author: Grzegorz Bernacki, Semihalf, gjb@semihalf.com -# - -# -# digsyMTC board: -# - -PLATFORM_CPPFLAGS += -I$(TOPDIR)/board -- cgit v1.1