Makefile 244 字节
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
obj-$(CONFIG_PM_RUNTIME)	+= pm_runtime.o