mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 00:47:26 +00:00
0e56bc1668
This converts 1 usage of this option to the non-SPL form, since there is no SPL_FS_EROFS defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Huang Jianan <jnhuang95@gmail.com>
9 lines
142 B
Makefile
9 lines
142 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_FS_EROFS) = fs.o \
|
|
super.o \
|
|
namei.o \
|
|
data.o \
|
|
decompress.o \
|
|
zmap.o
|