Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / drivers / sh / Makefile
1 #
2 # Makefile for the SuperH specific drivers.
3 #
4 obj-$(CONFIG_SUPERH) += intc/
5 obj-$(CONFIG_ARCH_SHMOBILE_LEGACY) += intc/
6 ifneq ($(CONFIG_COMMON_CLK),y)
7 obj-$(CONFIG_HAVE_CLK) += clk/
8 endif
9 obj-$(CONFIG_MAPLE) += maple/
10 obj-$(CONFIG_SUPERHYWAY) += superhyway/
11
12 obj-y += pm_runtime.o
This page took 0.032384 seconds and 5 git commands to generate.