projects
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fs: move some file system to fs/Makefile
[kernel/u-boot.git]
/
fs
/
Makefile
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
#
6
# SPDX-License-Identifier: GPL-2.0+
7
#
8
9
obj-y += fs.o
10
11
obj-y += cbfs/
12
obj-y += cramfs/
13
obj-y += ext4/
14
obj-y += fdos/
15
obj-y += jffs2/
16
obj-y += reiserfs/
17
obj-y += sandbox/
18
obj-y += ubifs/
19
obj-y += yaffs2/
20
obj-y += zfs/