Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
16 lines
219 B
Makefile
16 lines
219 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# $Id: Makefile
|
|
|
|
obj-$(CONFIG_LIBFC) += libfc.o
|
|
|
|
libfc-objs := \
|
|
fc_libfc.o \
|
|
fc_disc.o \
|
|
fc_exch.o \
|
|
fc_elsct.o \
|
|
fc_frame.o \
|
|
fc_lport.o \
|
|
fc_rport.o \
|
|
fc_fcp.o \
|
|
fc_npiv.o
|