]> Git Repo - J-u-boot.git/blame - fs/Makefile
arm: rmobile: Do not create a symbolic link to sh timer
[J-u-boot.git] / fs / Makefile
CommitLineData
045fa1e1
SW
1#
2# (C) Copyright 2000-2006
3# Wolfgang Denk, DENX Software Engineering, [email protected].
4# Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved.
5#
1a459660 6# SPDX-License-Identifier: GPL-2.0+
045fa1e1
SW
7#
8
35c79275 9obj-y += fs.o
e82004bc
MY
10
11obj-y += cbfs/
12obj-y += cramfs/
13obj-y += ext4/
14obj-y += fdos/
15obj-y += jffs2/
16obj-y += reiserfs/
17obj-y += sandbox/
18obj-y += ubifs/
19obj-y += yaffs2/
20obj-y += zfs/
This page took 0.066308 seconds and 4 git commands to generate.