projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93e2ce4
)
Correct SPL use of FS_EROFS
author
Simon Glass
<sjg@chromium.org>
Sun, 5 Feb 2023 22:40:03 +0000
(15:40 -0700)
committer
Tom Rini
<trini@konsulko.com>
Fri, 10 Feb 2023 12:41:39 +0000
(07:41 -0500)
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>
fs/erofs/Makefile
patch
|
blob
|
history
diff --git
a/fs/erofs/Makefile
b/fs/erofs/Makefile
index
58af6a6
..
ef94d2d
100644
(file)
--- 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 \