summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib/Makefile
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2006-09-27 23:18:28 +0200
committerPaul Mackerras <paulus@samba.org>2006-09-27 23:18:28 +0200
commit4e6d816e51728d5006c53e78e079ac62b902f8aa (patch)
treed388c87dabc063c08c52d17610738d2f49b3855c /arch/powerpc/lib/Makefile
parent[POWERPC] fix spin lock nesting in hvc_iseries (diff)
parentPOWERPC: Bring the fs_no calculation to the relevant SoC enumeration (diff)
downloadlinux-4e6d816e51728d5006c53e78e079ac62b902f8aa.tar.xz
linux-4e6d816e51728d5006c53e78e079ac62b902f8aa.zip
Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/vitb/linux-2.6-PQ
Diffstat (limited to 'arch/powerpc/lib/Makefile')
-rw-r--r--arch/powerpc/lib/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/lib/Makefile b/arch/powerpc/lib/Makefile
index 336dd191f768..8030f6245d82 100644
--- a/arch/powerpc/lib/Makefile
+++ b/arch/powerpc/lib/Makefile
@@ -20,3 +20,8 @@ ifeq ($(CONFIG_PPC64),y)
obj-$(CONFIG_SMP) += locks.o
obj-$(CONFIG_DEBUG_KERNEL) += sstep.o
endif
+
+# Temporary hack until we have migrated to asm-powerpc
+ifeq ($(CONFIG_PPC_MERGE),y)
+obj-$(CONFIG_CPM2) += rheap.o
+endif