Correct SPL use of FS_EROFS
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>
This commit is contained in:
parent
93e2ce496e
commit
0e56bc1668
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0+
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
#
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_$(SPL_)FS_EROFS) = fs.o \
|
obj-$(CONFIG_FS_EROFS) = fs.o \
|
||||||
super.o \
|
super.o \
|
||||||
namei.o \
|
namei.o \
|
||||||
data.o \
|
data.o \
|
||||||
|
|
Loading…
Reference in a new issue