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