1# SPDX-License-Identifier: GPL-2.0+ 2# 3# Makefile for the U-Boot SMEM interface drivers 4 5obj-$(CONFIG_SMEM) += smem-uclass.o 6