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