Makefile 401 B

1234567891011121314151617181920
  1. #
  2. # Makefile for the Linux/SuperH CPU-specifc backends.
  3. #
  4. obj-$(CONFIG_CPU_SH2) = sh2/
  5. obj-$(CONFIG_CPU_SH2A) = sh2a/
  6. obj-$(CONFIG_CPU_SH3) = sh3/
  7. obj-$(CONFIG_CPU_SH4) = sh4/
  8. obj-$(CONFIG_CPU_SH5) = sh5/
  9. # Special cases for family ancestry.
  10. obj-$(CONFIG_CPU_SH4A) += sh4a/
  11. # Common interfaces.
  12. obj-$(CONFIG_UBC_WAKEUP) += ubc.o
  13. obj-$(CONFIG_SH_ADC) += adc.o
  14. obj-y += irq/ init.o clock.o