M7350/kernel/drivers/scsi/pm8001/Makefile

14 lines
257 B
Makefile
Raw Permalink Normal View History

2024-09-09 08:52:07 +00:00
#
# Kernel configuration file for the PM8001 SAS/SATA 8x6G based HBA driver
#
# Copyright (C) 2008-2009 USI Co., Ltd.
2024-09-09 08:57:42 +00:00
obj-$(CONFIG_SCSI_PM8001) += pm80xx.o
pm80xx-y += pm8001_init.o \
2024-09-09 08:52:07 +00:00
pm8001_sas.o \
pm8001_ctl.o \
2024-09-09 08:57:42 +00:00
pm8001_hwi.o \
pm80xx_hwi.o
2024-09-09 08:52:07 +00:00