Revision ff71c182f461da5ae9d2d65f8a63f5a9193b9be1 authored by Guenter Roeck on 28 August 2011, 20:01:49 UTC, committed by Guenter Roeck on 06 September 2011, 15:56:06 UTC
Current calculation is completely wrong. Add missing brackets to fix it.

Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Acked-by: Jean Delvare <khali@linux-fr.org>
Cc: stable@kernel.org # 3.0+
1 parent ddf2835
Raw File
Makefile
#
# VxFS Makefile
#

obj-$(CONFIG_VXFS_FS) += freevxfs.o

freevxfs-objs := vxfs_bmap.o vxfs_fshead.o vxfs_immed.o vxfs_inode.o \
		 vxfs_lookup.o vxfs_olt.o vxfs_subr.o vxfs_super.o
back to top