OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-213
/
fs
/
afs
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📄
Kconfig
827 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
Makefile
480 bytes
01/28/2018 09:20:33 PM
rw-r--r--
Editing: Makefile
Close
# SPDX-License-Identifier: GPL-2.0 # # Makefile for Red Hat Linux AFS client. # afs-cache-$(CONFIG_AFS_FSCACHE) := cache.o kafs-objs := \ $(afs-cache-y) \ addr_list.o \ callback.o \ cell.o \ cmservice.o \ dir.o \ file.o \ flock.o \ fsclient.o \ inode.o \ main.o \ misc.o \ mntpt.o \ proc.o \ rotate.o \ rxrpc.o \ security.o \ server.o \ server_list.o \ super.o \ netdevices.o \ vlclient.o \ volume.o \ write.o \ xattr.o obj-$(CONFIG_AFS_FS) := kafs.o