aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/renesas/Makefile
blob: 1a1a297b26a796133977f2f6c99b9b5febdffa83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generic, must be first because of soc_device_register()
obj-$(CONFIG_SOC_RENESAS)	+= renesas-soc.o

# SoC
obj-$(CONFIG_SYSC_R8A7743)	+= r8a7743-sysc.o
obj-$(CONFIG_SYSC_R8A7745)	+= r8a7745-sysc.o
obj-$(CONFIG_SYSC_R8A7779)	+= r8a7779-sysc.o
obj-$(CONFIG_SYSC_R8A7790)	+= r8a7790-sysc.o
obj-$(CONFIG_SYSC_R8A7791)	+= r8a7791-sysc.o
obj-$(CONFIG_SYSC_R8A7792)	+= r8a7792-sysc.o
obj-$(CONFIG_SYSC_R8A7794)	+= r8a7794-sysc.o
obj-$(CONFIG_SYSC_R8A7795)	+= r8a7795-sysc.o
obj-$(CONFIG_SYSC_R8A7796)	+= r8a7796-sysc.o

# Family
obj-$(CONFIG_RST_RCAR)		+= rcar-rst.o
obj-$(CONFIG_SYSC_RCAR)		+= rcar-sysc.o