Makefile 228 B

1234567891011
  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. obj-y += pm_runtime.o