/arch/sh/kernel/cpu/sh5/Makefile

https://bitbucket.org/ndreys/linux-sunxi · Makefile · 15 lines · 6 code · 4 blank · 5 comment · 0 complexity · 489b3a917b716a0416f54be1fb27c48f MD5 · raw file

  1. #
  2. # Makefile for the Linux/SuperH SH-5 backends.
  3. #
  4. obj-y := entry.o probe.o switchto.o
  5. obj-$(CONFIG_SH_FPU) += fpu.o
  6. obj-$(CONFIG_KALLSYMS) += unwind.o
  7. # CPU subtype setup
  8. obj-$(CONFIG_CPU_SH5) += setup-sh5.o
  9. # Primary on-chip clocks (common)
  10. clock-$(CONFIG_CPU_SH5) := clock-sh5.o
  11. obj-y += $(clock-y)