ASoC: mxs: Add .owner to struct snd_soc_card
[deliverable/linux.git] / drivers / sh / Makefile
1 #
2 # Makefile for the SuperH specific drivers.
3 #
4 obj-y := intc/
5
6 obj-$(CONFIG_HAVE_CLK) += clk/
7 obj-$(CONFIG_MAPLE) += maple/
8 obj-$(CONFIG_SUPERHYWAY) += superhyway/
9 obj-$(CONFIG_GENERIC_GPIO) += pfc.o
10
11 #
12 # For the moment we only use this framework for ARM-based SH/R-Mobile
13 # platforms and generic SH. SH-based SH-Mobile platforms are still using
14 # an older framework that is pending up-porting, at which point this
15 # special casing can go away.
16 #
17 obj-$(CONFIG_SUPERH)$(CONFIG_ARCH_SHMOBILE) += pm_runtime.o
This page took 0.030405 seconds and 5 git commands to generate.