diff options
Diffstat (limited to 'arch/ppc/lib/Makefile')
-rw-r--r-- | arch/ppc/lib/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/ppc/lib/Makefile b/arch/ppc/lib/Makefile new file mode 100644 index 000000000000..1c380e67d435 --- /dev/null +++ b/arch/ppc/lib/Makefile | |||
@@ -0,0 +1,9 @@ | |||
1 | # | ||
2 | # Makefile for ppc-specific library files.. | ||
3 | # | ||
4 | |||
5 | obj-y := checksum.o string.o strcase.o dec_and_lock.o div64.o | ||
6 | |||
7 | obj-$(CONFIG_SMP) += locks.o | ||
8 | obj-$(CONFIG_8xx) += rheap.o | ||
9 | obj-$(CONFIG_CPM2) += rheap.o | ||