Makefile 660 B

1234567891011121314151617181920
  1. #
  2. # Makefile for the SuperH specific drivers.
  3. #
  4. obj-y := intc/
  5. obj-$(CONFIG_HAVE_CLK) += clk/
  6. obj-$(CONFIG_MAPLE) += maple/
  7. obj-$(CONFIG_SUPERHYWAY) += superhyway/
  8. obj-$(CONFIG_GENERIC_GPIO) += pfc.o
  9. #
  10. # For the moment we only use this framework for ARM-based SH/R-Mobile
  11. # platforms and generic SH. SH-based SH-Mobile platforms are still using
  12. # an older framework that is pending up-porting, at which point this
  13. # special casing can go away.
  14. #
  15. obj-$(CONFIG_SUPERH)$(CONFIG_ARCH_SHMOBILE) += pm_runtime.o
  16. obj-$(CONFIG_CPU_SUBTYPE_SH7722) += pm_runtime.o
  17. obj-$(CONFIG_CPU_SUBTYPE_SH7723) += pm_runtime.o
  18. obj-$(CONFIG_CPU_SUBTYPE_SH7724) += pm_runtime.o