diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-05-09 23:28:17 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-05-09 23:28:17 -0500 |
commit | b99ab6a8c7f24d1dd2e435c1d04877bc034a8dd8 (patch) | |
tree | 58a82c502d5400755dd6d5d86ca702eb9ad4489f /arch/ppc/lib/Makefile | |
parent | 3fae4210ba620fde5122e4c4f564a85c18901940 (diff) |
[POWERPC] User rheap from arch/powerpc/lib
Removed rheap in arch/ppc/lib and changed build system to use the
one in arch/powerpc/lib.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/ppc/lib/Makefile')
-rw-r--r-- | arch/ppc/lib/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/ppc/lib/Makefile b/arch/ppc/lib/Makefile index 422bef9bae7..095e661e79d 100644 --- a/arch/ppc/lib/Makefile +++ b/arch/ppc/lib/Makefile @@ -3,6 +3,3 @@ # obj-y := checksum.o string.o div64.o - -obj-$(CONFIG_8xx) += rheap.o -obj-$(CONFIG_CPM2) += rheap.o |