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 9obj-y += fs.o 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/ 21