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/manroland/uc101/config.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'board/manroland/uc101') diff --git a/board/manroland/uc101/config.mk b/board/manroland/uc101/config.mk index 06d57faec6..54dc1c479a 100644 --- a/board/manroland/uc101/config.mk +++ b/board/manroland/uc101/config.mk @@ -21,5 +21,4 @@ # MA 02111-1307 USA # -PLATFORM_CPPFLAGS += -I$(TOPDIR)/board LDSCRIPT := $(SRCTREE)/arch/powerpc/cpu/mpc5xxx/u-boot-customlayout.lds -- cgit v1.2.1