Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the SuperH specific drivers. |
| 3 | # |
Geert Uytterhoeven | 3c90c55 | 2014-05-06 23:26:19 +0200 | [diff] [blame] | 4 | obj-$(CONFIG_SUPERH) += intc/ |
| 5 | obj-$(CONFIG_ARCH_SHMOBILE_LEGACY) += intc/ |
| 6 | ifneq ($(CONFIG_COMMON_CLK),y) |
| 7 | obj-$(CONFIG_HAVE_CLK) += clk/ |
| 8 | endif |
| 9 | obj-$(CONFIG_MAPLE) += maple/ |
| 10 | obj-$(CONFIG_SUPERHYWAY) += superhyway/ |
Magnus Damm | e47bb51 | 2010-05-12 14:21:24 +0000 | [diff] [blame] | 11 | |
Geert Uytterhoeven | 3c90c55 | 2014-05-06 23:26:19 +0200 | [diff] [blame] | 12 | obj-y += pm_runtime.o |