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