summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2013-04-03 10:12:11 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-04-04 10:54:22 +0200
commit7b66d9cdddf2bccb9b88a34317428c44c1b750cc (patch)
tree7f9838baab2476dc6e7ea6b0246ebca533cff09f /common/Makefile
parent0994834462c4200dfe8479d8d694226008ca9d72 (diff)
downloadbarebox-7b66d9cdddf2bccb9b88a34317428c44c1b750cc.tar.gz
barebox-7b66d9cdddf2bccb9b88a34317428c44c1b750cc.tar.xz
bootsource: create arch independent bootsource framework
This patch seperates the imx independent from the arch independent code. The following functions and enums are renamed: - imx_bootsource() -> bootsource_get() - imx_set_bootsource() -> bootsource_set() - enum imx_bootsource -> enum bootsource Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile
index 1b3b009a3a..dcb07c271c 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -40,6 +40,7 @@ obj-$(CONFIG_PASSWORD) += password.o
obj-$(CONFIG_MODULES) += module.o
obj-$(CONFIG_FLEXIBLE_BOOTARGS) += bootargs.o
obj-$(CONFIG_BAREBOX_UPDATE) += bbu.o
+obj-y += bootsource.o
extra-$(CONFIG_MODULES) += module.lds
extra-y += barebox_default_env barebox_default_env.h