diff options
Diffstat (limited to 'drivers/scsi/pm8001/Makefile')
-rw-r--r-- | drivers/scsi/pm8001/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/scsi/pm8001/Makefile b/drivers/scsi/pm8001/Makefile index 52f04296171c..ce4cd87c7c66 100644 --- a/drivers/scsi/pm8001/Makefile +++ b/drivers/scsi/pm8001/Makefile | |||
@@ -4,9 +4,10 @@ | |||
4 | # Copyright (C) 2008-2009 USI Co., Ltd. | 4 | # Copyright (C) 2008-2009 USI Co., Ltd. |
5 | 5 | ||
6 | 6 | ||
7 | obj-$(CONFIG_SCSI_PM8001) += pm8001.o | 7 | obj-$(CONFIG_SCSI_PM8001) += pm80xx.o |
8 | pm8001-y += pm8001_init.o \ | 8 | pm80xx-y += pm8001_init.o \ |
9 | pm8001_sas.o \ | 9 | pm8001_sas.o \ |
10 | pm8001_ctl.o \ | 10 | pm8001_ctl.o \ |
11 | pm8001_hwi.o | 11 | pm8001_hwi.o \ |
12 | pm80xx_hwi.o | ||
12 | 13 | ||