mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-06-21 09:02:25 +02:00
8 lines
206 B
Makefile
8 lines
206 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Makefile for the U-Boot SMEM interface drivers
|
|
|
|
obj-$(CONFIG_SANDBOX_SMEM) += sandbox_smem.o
|
|
obj-$(CONFIG_SMEM) += smem-uclass.o
|
|
obj-$(CONFIG_MSM_SMEM) += msm_smem.o
|