/arch/ppc64/lib/Makefile

https://bitbucket.org/evzijst/gittest · Makefile · 18 lines · 7 code · 5 blank · 6 comment · 0 complexity · a2984e1c7660e7bb09ab81bb69a575db MD5 · raw file

  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-$(CONFIG_PCI) += e2a.o
  12. endif
  13. lib-$(CONFIG_DEBUG_KERNEL) += sstep.o