summaryrefslogtreecommitdiffstats
path: root/board/inka4x0
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-10-17 17:31:59 +0200
committerWolfgang Denk <wd@denx.de>2010-10-18 22:14:22 +0200
commit1211a4648515de680c33ba58d2867305416b9f88 (patch)
treeb25b30daf6eea91ac60ff0d29ac394b69225865a /board/inka4x0
parent0777eafb3afd25f3bdcb4fa9c487afb0f2f22d51 (diff)
downloadblackbird-obmc-uboot-1211a4648515de680c33ba58d2867305416b9f88.tar.gz
blackbird-obmc-uboot-1211a4648515de680c33ba58d2867305416b9f88.zip
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 <wd@denx.de>
Diffstat (limited to 'board/inka4x0')
-rw-r--r--board/inka4x0/config.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/inka4x0/config.mk b/board/inka4x0/config.mk
index a0b78cc586..a42d1244d5 100644
--- a/board/inka4x0/config.mk
+++ b/board/inka4x0/config.mk
@@ -24,5 +24,4 @@
#
# INKA 4X0 board:
#
-PLATFORM_CPPFLAGS += -I$(TOPDIR)/board
LDSCRIPT := $(SRCTREE)/arch/powerpc/cpu/mpc5xxx/u-boot-customlayout.lds
OpenPOWER on IntegriCloud