diff options
| author | Vitaly Bordug <vbordug@ru.mvista.com> | 2006-09-21 14:18:53 -0400 |
|---|---|---|
| committer | Vitaly Bordug <vbordug@ru.mvista.com> | 2006-09-21 14:18:53 -0400 |
| commit | b0c110b4f19b226dcc9f7805759bf17f8ef4dca4 (patch) | |
| tree | aea50e9ee80c546b27c01ab387ed56d85d0d58d7 /arch/powerpc/lib | |
| parent | 3dd0dcbe9dc5c116df96989c42a062951b644e04 (diff) | |
POWERPC: Move generic cpm2 stuff to powerpc
This moves the cpm2 common code and PIC stuff to the powerpc. Most of the files
were just copied from ppc/, with minor tuning to make it compile, and, subsequently, work.
Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
Diffstat (limited to 'arch/powerpc/lib')
| -rw-r--r-- | arch/powerpc/lib/Makefile | 5 |
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) | |||
| 20 | obj-$(CONFIG_SMP) += locks.o | 20 | obj-$(CONFIG_SMP) += locks.o |
| 21 | obj-$(CONFIG_DEBUG_KERNEL) += sstep.o | 21 | obj-$(CONFIG_DEBUG_KERNEL) += sstep.o |
| 22 | endif | 22 | endif |
| 23 | |||
| 24 | # Temporary hack until we have migrated to asm-powerpc | ||
| 25 | ifeq ($(CONFIG_PPC_MERGE),y) | ||
| 26 | obj-$(CONFIG_CPM2) += rheap.o | ||
| 27 | endif | ||
