]> Git Repo - linux.git/blob - drivers/soc/renesas/Makefile
dma-mapping: don't return errors from dma_set_max_seg_size
[linux.git] / drivers / soc / renesas / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Generic, must be first because of soc_device_register()
3 obj-$(CONFIG_SOC_RENESAS)       += renesas-soc.o
4
5 # SoC
6 ifdef CONFIG_SMP
7 obj-$(CONFIG_ARCH_R9A06G032)    += r9a06g032-smp.o
8 endif
9
10 # Family
11 obj-$(CONFIG_PWC_RZV2M)         += pwc-rzv2m.o
12 obj-$(CONFIG_RST_RCAR)          += rcar-rst.o
This page took 0.034118 seconds and 4 git commands to generate.