mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-06-21 09:02:25 +02:00
8 lines
229 B
Makefile
8 lines
229 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2015 Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
|
|
|
|
obj-$(CONFIG_SPMI) += spmi-uclass.o
|
|
obj-$(CONFIG_SPMI_MSM) += spmi-msm.o
|
|
obj-$(CONFIG_SPMI_SANDBOX) += spmi-sandbox.o
|