https://github.com/torvalds/linux
Raw File
Tip revision: d5adbfcd5f7bcc6fa58a41c5c5ada0e5c826ce2c authored by Linus Torvalds on 05 February 2017, 23:10:58 UTC
Linux 4.10-rc7
Tip revision: d5adbfc
Makefile
#
# Makefile for the SuperH specific drivers.
#
obj-$(CONFIG_SH_INTC)			+= intc/
ifneq ($(CONFIG_COMMON_CLK),y)
obj-$(CONFIG_HAVE_CLK)			+= clk/
endif
obj-$(CONFIG_MAPLE)			+= maple/
obj-$(CONFIG_SUPERHYWAY)		+= superhyway/

obj-y					+= pm_runtime.o
back to top