Makefile (bf61c8840efe60fd8f91446860b63338fb424158) | Makefile (3c90c55dcde745bed81f6447f24ba96bda43d984) |
---|---|
1# 2# Makefile for the SuperH specific drivers. 3# | 1# 2# Makefile for the SuperH specific drivers. 3# |
4obj-y := intc/ | 4obj-$(CONFIG_SUPERH) += intc/ 5obj-$(CONFIG_ARCH_SHMOBILE_LEGACY) += intc/ 6ifneq ($(CONFIG_COMMON_CLK),y) 7obj-$(CONFIG_HAVE_CLK) += clk/ 8endif 9obj-$(CONFIG_MAPLE) += maple/ 10obj-$(CONFIG_SUPERHYWAY) += superhyway/ |
5 | 11 |
6obj-$(CONFIG_HAVE_CLK) += clk/ 7obj-$(CONFIG_MAPLE) += maple/ 8obj-$(CONFIG_SUPERHYWAY) += superhyway/ 9 10obj-y += pm_runtime.o | 12obj-y += pm_runtime.o |