]> git.ipfire.org Git - thirdparty/u-boot.git/blame - fs/Makefile
ARC: dwmmc: Adding DesignWare MMC driver support for ARC devboards
[thirdparty/u-boot.git] / fs / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
045fa1e1
SW
2#
3# (C) Copyright 2000-2006
4# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5# Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved.
045fa1e1 6
57c3e5fc 7ifdef CONFIG_SPL_BUILD
48e2f0c9 8obj-$(CONFIG_FS_LOADER) += fs.o
0c3a9ed4 9obj-$(CONFIG_SPL_FS_FAT) += fat/
f4b40924 10obj-$(CONFIG_SPL_FS_EXT4) += ext4/
57c3e5fc 11else
35c79275 12obj-y += fs.o
e82004bc 13
0c936ee3 14obj-$(CONFIG_FS_BTRFS) += btrfs/
deb95999 15obj-$(CONFIG_FS_CBFS) += cbfs/
4678d742
MY
16obj-$(CONFIG_CMD_CRAMFS) += cramfs/
17obj-$(CONFIG_FS_EXT4) += ext4/
57c3e5fc 18obj-y += fat/
59e12a4a 19obj-$(CONFIG_FS_JFFS2) += jffs2/
4678d742
MY
20obj-$(CONFIG_CMD_REISER) += reiserfs/
21obj-$(CONFIG_SANDBOX) += sandbox/
22obj-$(CONFIG_CMD_UBIFS) += ubifs/
23obj-$(CONFIG_YAFFS2) += yaffs2/
24obj-$(CONFIG_CMD_ZFS) += zfs/
57c3e5fc 25endif
5994e8b6 26obj-y += fs_internal.o