mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-02 22:37:22 +00:00
9 lines
149 B
Makefile
9 lines
149 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_$(SPL_)FS_EROFS) = fs.o \
|
|
super.o \
|
|
namei.o \
|
|
data.o \
|
|
decompress.o \
|
|
zmap.o
|