Makefile 257 B

12345678910111213
  1. #
  2. # Makefile for SuperH-specific library files..
  3. #
  4. lib-y = delay.o memset.o memmove.o memchr.o \
  5. checksum.o strlen.o div64.o div64-generic.o
  6. memcpy-y := memcpy.o
  7. memcpy-$(CONFIG_CPU_SH4) := memcpy-sh4.o
  8. lib-y += $(memcpy-y)
  9. EXTRA_CFLAGS += -Werror