barebox/lib/bootstrap/Makefile
Jean-Christophe PLAGNIOL-VILLARD df132b9d78 introduce common bootstrap code
This will allow to have a generic code to create different bootstrap

As example
Barebox as TI Xloader
Barebox as AT91 Bootstrap

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-01-22 22:03:44 +01:00

4 lines
101 B
Makefile

obj-y += common.o
obj-$(CONFIG_BOOTSTRAP_DEVFS) += devfs.o
obj-$(CONFIG_BOOTSTRAP_DISK) += disk.o