--- arch/arm/mach-mvebu/Makefile | 2 +- arch/arm/mach-mvebu/include/mach/bbu.h | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-mvebu/Makefile b/arch/arm/mach-mvebu/Makefile index cc2b926438e4..6079403b83dd 100644 --- a/arch/arm/mach-mvebu/Makefile +++ b/arch/arm/mach-mvebu/Makefile @@ -1,8 +1,8 @@ obj-pbl-y += common.o -obj-y += kwb_bbu.o obj-$(CONFIG_ARCH_ARMADA_370) += armada-370-xp.o obj-$(CONFIG_ARCH_ARMADA_XP) += armada-370-xp.o obj-$(CONFIG_ARCH_ARMADA_38X) += armada-370-xp.o obj-$(CONFIG_ARCH_DOVE) += dove.o obj-$(CONFIG_ARCH_KIRKWOOD) += kirkwood.o +obj-$(CONFIG_BAREBOX_UPDATE) += kwb_bbu.o obj-$(CONFIG_BOOTM) += kwbootimage.o diff --git a/arch/arm/mach-mvebu/include/mach/bbu.h b/arch/arm/mach-mvebu/include/mach/bbu.h index f1021e52ce9f..a06db2b1442e 100644 --- a/arch/arm/mach-mvebu/include/mach/bbu.h +++ b/arch/arm/mach-mvebu/include/mach/bbu.h @@ -1,3 +1,12 @@ +#ifdef CONFIG_BAREBOX_UPDATE int mvebu_bbu_flash_register_handler(const char *name, char *devicefile, int version, bool isdefault); +#else +int mvebu_bbu_flash_register_handler(const char *name, + char *devicefile, int version, + bool isdefault) +{ + return -ENOSYS; +} +#endif -- 2.17.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox