[PATCH 096/171] Correct SPL use of FS_EROFS
Simon Glass
sjg at chromium.org
Mon Jan 30 15:42:09 CET 2023
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 at chromium.org>
---
fs/erofs/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/erofs/Makefile b/fs/erofs/Makefile
index 58af6a68e41..ef94d2db45d 100644
--- a/fs/erofs/Makefile
+++ b/fs/erofs/Makefile
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0+
#
-obj-$(CONFIG_$(SPL_)FS_EROFS) = fs.o \
+obj-$(CONFIG_FS_EROFS) = fs.o \
super.o \
namei.o \
data.o \
--
2.39.1.456.gfc5497dd1b-goog
More information about the U-Boot
mailing list