mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
7 lines
202 B
Makefile
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
|