Makefile 217 B

12345678910
  1. #
  2. # Makefile for the SuperH specific drivers.
  3. #
  4. obj-y := clk.o intc.o
  5. obj-$(CONFIG_SUPERHYWAY) += superhyway/
  6. obj-$(CONFIG_MAPLE) += maple/
  7. obj-$(CONFIG_GENERIC_GPIO) += pfc.o
  8. obj-$(CONFIG_SH_CLK_CPG) += clk-cpg.o