linuxOS_D21X/source/uboot-2021.10/drivers/userid/Makefile
2024-11-29 16:13:46 +08:00

7 lines
202 B
Makefile

# SPDX-License-Identifier: GPL-2.0
obj-y += userid.o
obj-$(CONFIG_USERID_IS_IN_SPINAND) += spinand.o spl_spinand.o
obj-$(CONFIG_USERID_IS_IN_SPINOR) += spinor.o
obj-$(CONFIG_USERID_IS_IN_MMC) += mmc.o