diff options
author | Wolfgang Denk <wd@denx.de> | 2010-10-17 17:31:59 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-10-18 22:14:22 +0200 |
commit | 1211a4648515de680c33ba58d2867305416b9f88 (patch) | |
tree | b25b30daf6eea91ac60ff0d29ac394b69225865a /board/digsy_mtc | |
parent | 0777eafb3afd25f3bdcb4fa9c487afb0f2f22d51 (diff) | |
download | talos-obmc-uboot-1211a4648515de680c33ba58d2867305416b9f88.tar.gz talos-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/digsy_mtc')
-rw-r--r-- | board/digsy_mtc/config.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/digsy_mtc/config.mk b/board/digsy_mtc/config.mk deleted file mode 100644 index dbf1f67fd0..0000000000 --- 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 |