Makefile (db8c246937713e60b7628661ccc187eeb81f2bae) | Makefile (6e54d8d252ed09ae148af6565971974af9a96e10) |
---|---|
1# 2# Makefile for the SuperH specific drivers. 3# 4obj-y := intc/ 5 6obj-$(CONFIG_HAVE_CLK) += clk/ 7obj-$(CONFIG_MAPLE) += maple/ | 1# 2# Makefile for the SuperH specific drivers. 3# 4obj-y := intc/ 5 6obj-$(CONFIG_HAVE_CLK) += clk/ 7obj-$(CONFIG_MAPLE) += maple/ |
8obj-$(CONFIG_SH_PFC) += pfc/ | |
9obj-$(CONFIG_SUPERHYWAY) += superhyway/ 10 11obj-y += pm_runtime.o | 8obj-$(CONFIG_SUPERHYWAY) += superhyway/ 9 10obj-y += pm_runtime.o |