mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
7fd7e2cf33
Add Sandbox driver for SMEM. mostly stub operations. Signed-off-by: Ramon Fried <ramon.fried@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
7 lines
206 B
Makefile
7 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
|