9
0
Fork 0

ARM: mvebu: only build kwbootimage support if BOOTM is enabled

As this is the bootm image handler implementation for the kwbootimage
it is of no use if BOOTM is missing and fails to link.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Lucas Stach 2017-03-20 14:07:08 +01:00 committed by Sascha Hauer
parent f604cc62be
commit 26a1aedb1b
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ obj-$(CONFIG_ARCH_ARMADA_370) += armada-370-xp.o
obj-$(CONFIG_ARCH_ARMADA_XP) += armada-370-xp.o
obj-$(CONFIG_ARCH_DOVE) += dove.o
obj-$(CONFIG_ARCH_KIRKWOOD) += kirkwood.o
obj-y += kwbootimage.o
obj-$(CONFIG_BOOTM) += kwbootimage.o