blob: 0802b9666bfc917abade4155a5bc82aeffd29eb3 [file] [log] [blame]
Masahiro Yamadadbdd4202020-07-09 15:08:18 +09001# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the bus drivers.
4#
5
Paul Barkerf36c2ff2022-11-14 12:42:37 +00006ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_TPL_BUILD),)
Dario Binacchi1a9d2082020-12-30 00:16:25 +01007obj-$(CONFIG_TI_PWMSS) += ti-pwmss.o
Masahiro Yamadadbdd4202020-07-09 15:08:18 +09008obj-$(CONFIG_UNIPHIER_SYSTEM_BUS) += uniphier-system-bus.o
Paul Barkerf36c2ff2022-11-14 12:42:37 +00009endif
10
11obj-$(CONFIG_$(SPL_)TI_SYSC) += ti-sysc.o