summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-09-22 13:05:06 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-09-24 09:03:18 +0200
commit56f33b467953c28ac084e86048503ce86d3d389f (patch)
tree82683d03a80dc9aca4dbf367544ec9dc9b245fd1 /arch/arm/lib/Makefile
parent68e6eceae99c694dff8bb3c26924b8643012189a (diff)
downloadbarebox-56f33b467953c28ac084e86048503ce86d3d389f.tar.gz
barebox-56f33b467953c28ac084e86048503ce86d3d389f.tar.xz
ARM: compile bootm code depending on CONFIG_BOOTM
The bootm code is now independent from the actual bootm command, so compile the ARM specific bootm code based on CONFIG_BOOTM and not on CONFIG_CMD_BOOTM. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/lib/Makefile')
-rw-r--r--arch/arm/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile
index 3ea695c2f3..a32879537c 100644
--- a/arch/arm/lib/Makefile
+++ b/arch/arm/lib/Makefile
@@ -1,5 +1,5 @@
obj-$(CONFIG_ARM_LINUX) += armlinux.o
-obj-$(CONFIG_CMD_BOOTM) += bootm.o
+obj-$(CONFIG_BOOTM) += bootm.o
obj-$(CONFIG_CMD_BOOTZ) += bootz.o
obj-$(CONFIG_CMD_BOOTU) += bootu.o
obj-y += div0.o