summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-03-08 11:59:12 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-03-10 14:50:07 +0100
commit084df155d3f5e4991f675a3e7a707e4eafbd1cd8 (patch)
treebca4fafe78c51d7b22ae5fdb56b6a0f3b1fb6902 /arch/arm/lib/Makefile
parentcad14480bfb3868bd07be53176861cba16105a2f (diff)
downloadbarebox-084df155d3f5e4991f675a3e7a707e4eafbd1cd8.tar.gz
barebox-084df155d3f5e4991f675a3e7a707e4eafbd1cd8.tar.xz
ARM: Add stack unwinding support
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 89cb72b30f..3a010838b7 100644
--- a/arch/arm/lib/Makefile
+++ b/arch/arm/lib/Makefile
@@ -14,7 +14,7 @@ obj-y += ashldi3.o
obj-y += lshrdi3.o
obj-$(CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS) += memcpy.o
obj-$(CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS) += memset.o
-
+obj-$(CONFIG_ARM_UNWIND) += unwind.o
obj-$(CONFIG_MODULES) += module.o
extra-$(CONFIG_GENERIC_LINKER_SCRIPT) += barebox.lds