Makefile 264 B

1234567891011
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Makefile for the bus drivers.
  4. #
  5. ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_TPL_BUILD),)
  6. obj-$(CONFIG_TI_PWMSS) += ti-pwmss.o
  7. obj-$(CONFIG_UNIPHIER_SYSTEM_BUS) += uniphier-system-bus.o
  8. endif
  9. obj-$(CONFIG_$(SPL_)TI_SYSC) += ti-sysc.o