]>
Commit | Line | Data |
---|---|---|
1da177e4 LT |
1 | # |
2 | # Makefile for the SuperH specific drivers. | |
3 | # | |
049d2804 | 4 | obj-$(CONFIG_SH_INTC) += intc/ |
3c90c55d GU |
5 | ifneq ($(CONFIG_COMMON_CLK),y) |
6 | obj-$(CONFIG_HAVE_CLK) += clk/ | |
7 | endif | |
8 | obj-$(CONFIG_MAPLE) += maple/ | |
9 | obj-$(CONFIG_SUPERHYWAY) += superhyway/ | |
e47bb515 | 10 | |
3c90c55d | 11 | obj-y += pm_runtime.o |