]> Git Repo - u-boot.git/blob - drivers/smem/Makefile
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[u-boot.git] / drivers / smem / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Makefile for the U-Boot SMEM interface drivers
4
5 obj-$(CONFIG_SANDBOX_SMEM) += sandbox_smem.o
6 obj-$(CONFIG_SMEM) += smem-uclass.o
7 obj-$(CONFIG_MSM_SMEM) += msm_smem.o
This page took 0.029735 seconds and 4 git commands to generate.