blob: 7daf82472476aaa1c773765720e3cfd9aa451c25 [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
Simon Glass7ec24132024-09-29 19:49:48 -06006ifeq ($(CONFIG_XPL_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
Simon Glass86adc2e2024-09-29 19:49:53 -060011obj-$(CONFIG_$(XPL_)TI_SYSC) += ti-sysc.o