diff options
Diffstat (limited to 'drivers/scsi/libfc/Makefile')
-rw-r--r-- | drivers/scsi/libfc/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/scsi/libfc/Makefile b/drivers/scsi/libfc/Makefile new file mode 100644 index 000000000000..55f982de3a9a --- /dev/null +++ b/drivers/scsi/libfc/Makefile | |||
@@ -0,0 +1,12 @@ | |||
1 | # $Id: Makefile | ||
2 | |||
3 | obj-$(CONFIG_LIBFC) += libfc.o | ||
4 | |||
5 | libfc-objs := \ | ||
6 | fc_disc.o \ | ||
7 | fc_exch.o \ | ||
8 | fc_elsct.o \ | ||
9 | fc_frame.o \ | ||
10 | fc_lport.o \ | ||
11 | fc_rport.o \ | ||
12 | fc_fcp.o | ||