Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the SuperH specific drivers. |
| 3 | # |
Magnus Damm | e47bb51 | 2010-05-12 14:21:24 +0000 | [diff] [blame] | 4 | obj-y := clk.o intc.o |
| 5 | |
Adrian McMenamin | 17be2d2 | 2007-09-21 15:55:55 +0900 | [diff] [blame] | 6 | obj-$(CONFIG_SUPERHYWAY) += superhyway/ |
| 7 | obj-$(CONFIG_MAPLE) += maple/ |
Magnus Damm | e47bb51 | 2010-05-12 14:21:24 +0000 | [diff] [blame] | 8 | |
Magnus Damm | fae4339 | 2009-11-27 07:38:01 +0000 | [diff] [blame] | 9 | obj-$(CONFIG_GENERIC_GPIO) += pfc.o |
Magnus Damm | fa676ca | 2010-05-11 13:29:34 +0000 | [diff] [blame] | 10 | obj-$(CONFIG_SH_CLK_CPG) += clk-cpg.o |