Files

10 lines
115 B
Makefile

# SPDX-License-Identifier: GPL-2.0
ifeq ($(CONFIG_SPL_BUILD),)
obj-y += fsdata/
obj-y += fs.o failsafe.o
endif