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/ppmc8260/config.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'board/ppmc8260') diff --git a/board/ppmc8260/config.mk b/board/ppmc8260/config.mk index fc1070d..f0298fe 100644 --- a/board/ppmc8260/config.mk +++ b/board/ppmc8260/config.mk @@ -30,4 +30,3 @@ # TEXT_END = 0xfe080000 -PLATFORM_CPPFLAGS += -I$(TOPDIR)/board -- cgit v1.1