]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Makefile: move the common makefile line to public area
authorYing Zhang <b40530@freescale.com>
Mon, 20 May 2013 06:07:26 +0000 (14:07 +0800)
committerAndy Fleming <afleming@freescale.com>
Thu, 20 Jun 2013 22:08:51 +0000 (17:08 -0500)
commitf90572d91bfca3cfa1cdf5b5728bddd63e9bed55
tree78f8caa4b07c24b5ca8696d7d0826bc9e01e2fbe
parentba1bee43ec3fd314e3216cecdafd45747e46e223
Makefile: move the common makefile line to public area

Move the common makefile line shared by the SPL and non-SPL to the public area,
so that we can avoid excessive SPL symbols. Some of them will be used by the
SPL later.

This patch is on top of the patch "common/Makefile: Add new symbol
CONFIG_SPL_ENV_SUPPORT for environment in SPL".

Signed-off-by: Ying Zhang <b40530@freescale.com>
Acked-by: Tom Rini <trini@ti.com>
Acked-by: Tom Rini <trini@ti.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
common/Makefile
lib/Makefile