
4 Dec
2013
4 Dec
'13
11:53 a.m.
Hi.
Board configuration creates include/config.mk, which is included from both $(TOPDIR)/Makefile and $(TOPDIR)/config.mk. This is rudandant.
Because $(TOPDIR)/Makefile exports ARCH, CPU, BOARD, VENDOR, SOC, $(TOPDIR)/config.mk does not need to include include/config.mk.
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com
It turned out this patch does not work for Tegra. Please ignore this.
Best Regards Masahiro Yamada