https://github.com/torvalds/linux
Revision 7d0a73a40c5ceb7524aa6a43f108de0dd8dbe3f0 authored by Hariprasad S on 25 April 2014, 19:21:18 UTC, committed by Roland Dreier on 29 April 2014, 00:29:41 UTC
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
1 parent c2f9da9
Raw File
Tip revision: 7d0a73a40c5ceb7524aa6a43f108de0dd8dbe3f0 authored by Hariprasad S on 25 April 2014, 19:21:18 UTC
RDMA/cxgb4: Update Kconfig to include Chelsio T5 adapter
Tip revision: 7d0a73a
Makefile
#
# Makefile for the Linux SystemV/Coherent filesystem routines.
#

obj-$(CONFIG_SYSV_FS) += sysv.o

sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
	     namei.o super.o symlink.o
back to top