Makefile 439 B

123456789101112131415161718
  1. #
  2. # Makefile for ppc64-specific library files..
  3. #
  4. lib-y := checksum.o dec_and_lock.o string.o strcase.o
  5. lib-y += copypage.o memcpy.o copyuser.o usercopy.o
  6. # Lock primitives are defined as no-ops in include/linux/spinlock.h
  7. # for non-SMP configs. Don't build the real versions.
  8. lib-$(CONFIG_SMP) += locks.o
  9. # e2a provides EBCDIC to ASCII conversions.
  10. ifdef CONFIG_PPC_ISERIES
  11. obj-y += e2a.o
  12. endif
  13. lib-$(CONFIG_DEBUG_KERNEL) += sstep.o