Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | # |
3 | # VxFS Makefile | ||||
4 | # | ||||
5 | |||||
6 | obj-$(CONFIG_VXFS_FS) += freevxfs.o | ||||
7 | |||||
8 | freevxfs-objs := vxfs_bmap.o vxfs_fshead.o vxfs_immed.o vxfs_inode.o \ | ||||
9 | vxfs_lookup.o vxfs_olt.o vxfs_subr.o vxfs_super.o |