ext3: copy i_flags to inode flags on write
[deliverable/linux.git] / fs / afs / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for Red Hat Linux AFS client.
3#
4
1da177e4
LT
5kafs-objs := \
6 callback.o \
7 cell.o \
8 cmservice.o \
9 dir.o \
10 file.o \
11 fsclient.o \
12 inode.o \
1da177e4
LT
13 main.o \
14 misc.o \
15 mntpt.o \
16 proc.o \
08e0e7c8 17 rxrpc.o \
00d3b7a4 18 security.o \
1da177e4
LT
19 server.o \
20 super.o \
dc1f6bff 21 netdevices.o \
1da177e4
LT
22 vlclient.o \
23 vlocation.o \
24 vnode.o \
25 volume.o
26
27obj-$(CONFIG_AFS_FS) := kafs.o
This page took 0.191809 seconds and 5 git commands to generate.