mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
afae021abe
This follows the intc/clk changes and shuffles the PFC support code under its own directory. This will facilitate better code sharing, and allow us to trim down the exported interface by quite a margin. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
12 lines
223 B
Makefile
12 lines
223 B
Makefile
#
|
|
# Makefile for the SuperH specific drivers.
|
|
#
|
|
obj-y := intc/
|
|
|
|
obj-$(CONFIG_HAVE_CLK) += clk/
|
|
obj-$(CONFIG_MAPLE) += maple/
|
|
obj-$(CONFIG_SH_PFC) += pfc/
|
|
obj-$(CONFIG_SUPERHYWAY) += superhyway/
|
|
|
|
obj-y += pm_runtime.o
|