Makefile 251 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3
#
# Makefile for the SuperH specific drivers.
#
4
obj-$(CONFIG_SH_INTC)			+= intc/
5 6 7 8 9
ifneq ($(CONFIG_COMMON_CLK),y)
obj-$(CONFIG_HAVE_CLK)			+= clk/
endif
obj-$(CONFIG_MAPLE)			+= maple/
obj-$(CONFIG_SUPERHYWAY)		+= superhyway/
10

11
obj-y					+= pm_runtime.o