diff options
Diffstat (limited to 'drivers/scsi/libfc/Makefile')
-rw-r--r-- | drivers/scsi/libfc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/scsi/libfc/Makefile b/drivers/scsi/libfc/Makefile index 55f982de3a9a..4bb23ac86a5c 100644 --- a/drivers/scsi/libfc/Makefile +++ b/drivers/scsi/libfc/Makefile | |||
@@ -3,10 +3,12 @@ | |||
3 | obj-$(CONFIG_LIBFC) += libfc.o | 3 | obj-$(CONFIG_LIBFC) += libfc.o |
4 | 4 | ||
5 | libfc-objs := \ | 5 | libfc-objs := \ |
6 | fc_libfc.o \ | ||
6 | fc_disc.o \ | 7 | fc_disc.o \ |
7 | fc_exch.o \ | 8 | fc_exch.o \ |
8 | fc_elsct.o \ | 9 | fc_elsct.o \ |
9 | fc_frame.o \ | 10 | fc_frame.o \ |
10 | fc_lport.o \ | 11 | fc_lport.o \ |
11 | fc_rport.o \ | 12 | fc_rport.o \ |
12 | fc_fcp.o | 13 | fc_fcp.o \ |
14 | fc_npiv.o | ||