mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-04-19 21:11:57 +02: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
|