mirror of
https://xff.cz/git/u-boot/
synced 2026-01-10 16:26:20 +01:00
10 lines
149 B
Makefile
10 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
|