repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
RS485: fix inconsistencies in the meaning of some variables
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
drivers
/
scsi
/
pm8001
/
Makefile
blob
52f04296171c3e1c3dc0963f6e5e8a6b3037f92f
1
#
2
# Kernel configuration file for the PM8001 SAS/SATA 8x6G based HBA driver
3
#
4
# Copyright (C) 2008-2009 USI Co., Ltd.
5
6
7
obj-
$(
CONFIG_SCSI_PM8001
) +=
pm8001.o
8
pm8001-y
+=
pm8001_init.o \
9
pm8001_sas.o \
10
pm8001_ctl.o \
11
pm8001_hwi.o
12