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