https://github.com/torvalds/linux
Raw File
Tip revision: 6ffeba9607343f15303a399bc402a538800d89d9 authored by Linus Torvalds on 24 November 2015, 20:53:11 UTC
Merge tag 'dm-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Tip revision: 6ffeba9
Makefile
#
# Makefile to build the iSCSI driver for Emulex OneConnect.
#
#

obj-$(CONFIG_BE2ISCSI) += be2iscsi.o

be2iscsi-y := be_iscsi.o be_main.o be_mgmt.o be_cmds.o
back to top