historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/u-boot/drivers/smem/Makefile

8 lines
206 B
Makefile
Raw Normal View History

2024-01-16 17:20:27 +00:00
# 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