Makefile (a23e1966932464e1c5226cb9ac4ce1d5fc10ba22) | Makefile (d14bbfff259cadb5af84413658699159556da156) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for Linux CIFS/SMB2/SMB3 VFS client 4# 5ccflags-y += -I$(src) # needed for trace events 6obj-$(CONFIG_CIFS) += cifs.o 7 8cifs-y := trace.o cifsfs.o cifs_debug.o connect.o dir.o file.o \ --- 19 unchanged lines hidden (view full) --- 28 29cifs-$(CONFIG_CIFS_FSCACHE) += fscache.o 30 31cifs-$(CONFIG_CIFS_SMB_DIRECT) += smbdirect.o 32 33cifs-$(CONFIG_CIFS_ROOT) += cifsroot.o 34 35cifs-$(CONFIG_CIFS_ALLOW_INSECURE_LEGACY) += smb1ops.o cifssmb.o | 1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for Linux CIFS/SMB2/SMB3 VFS client 4# 5ccflags-y += -I$(src) # needed for trace events 6obj-$(CONFIG_CIFS) += cifs.o 7 8cifs-y := trace.o cifsfs.o cifs_debug.o connect.o dir.o file.o \ --- 19 unchanged lines hidden (view full) --- 28 29cifs-$(CONFIG_CIFS_FSCACHE) += fscache.o 30 31cifs-$(CONFIG_CIFS_SMB_DIRECT) += smbdirect.o 32 33cifs-$(CONFIG_CIFS_ROOT) += cifsroot.o 34 35cifs-$(CONFIG_CIFS_ALLOW_INSECURE_LEGACY) += smb1ops.o cifssmb.o |
36 37cifs-$(CONFIG_CIFS_COMPRESSION) += compress.o compress/lz77.o |
|