summaryrefslogtreecommitdiff
path: root/drivers/bus/Makefile
blob: 0802b9666bfc917abade4155a5bc82aeffd29eb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the bus drivers.
#

ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_TPL_BUILD),)
obj-$(CONFIG_TI_PWMSS)	+= ti-pwmss.o
obj-$(CONFIG_UNIPHIER_SYSTEM_BUS) += uniphier-system-bus.o
endif

obj-$(CONFIG_$(SPL_)TI_SYSC)	+= ti-sysc.o