mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 12:36:03 +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
|