2018-07-01 23:57:55 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#
|
|
|
|
# Makefile for the U-Boot SMEM interface drivers
|
|
|
|
|
2018-07-01 23:57:59 +00:00
|
|
|
obj-$(CONFIG_SANDBOX_SMEM) += sandbox_smem.o
|
2018-07-01 23:57:55 +00:00
|
|
|
obj-$(CONFIG_SMEM) += smem-uclass.o
|
2018-07-01 23:57:56 +00:00
|
|
|
obj-$(CONFIG_MSM_SMEM) += msm_smem.o
|