Makefile 510 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3
#
# Makefile for the SuperH specific drivers.
#
4
obj-y	:= intc/
5

6
obj-$(CONFIG_HAVE_CLK)		+= clk/
7
obj-$(CONFIG_MAPLE)		+= maple/
8
obj-$(CONFIG_SUPERHYWAY)	+= superhyway/
M
Magnus Damm 已提交
9
obj-$(CONFIG_GENERIC_GPIO)	+= pfc.o
10 11 12 13 14 15 16 17

#
# For the moment we only use this framework for ARM-based SH/R-Mobile
# platforms and generic SH. SH-based SH-Mobile platforms are still using
# an older framework that is pending up-porting, at which point this
# special casing can go away.
#
obj-$(CONFIG_SUPERH)$(CONFIG_ARCH_SHMOBILE)	+= pm_runtime.o