Skip to content

Commit

Permalink
mptsas: add mptctl driver to kmod-mptsas package
Browse files Browse the repository at this point in the history
kmod-mptsas now ships all the Fusion MPT drivers in a single kmod package
merging kmod-mptspi and kmod-mptfc, and adding the mptctl module

Signed-off-by: Philip J Perry <phil@elrepo.org>
  • Loading branch information
pjperry committed Jan 14, 2023
1 parent 7196e57 commit 31e8ab2
Show file tree
Hide file tree
Showing 9 changed files with 6,783 additions and 4 deletions.
5 changes: 4 additions & 1 deletion mptsas-kmod/el8/Makefile
Expand Up @@ -28,6 +28,9 @@ clean:

else

obj-m += mptbase.o mptscsih.o mptsas.o
obj-m += mptbase.o mptscsih.o mptspi.o
obj-m += mptbase.o mptscsih.o mptfc.o
obj-m += mptbase.o mptscsih.o mptsas.o
obj-m += mptctl.o

endif

0 comments on commit 31e8ab2

Please sign in to comment.