HP StorageWorks Host Bus Adapter for Windows and Linux Installation Guide

Installing the SCSI Miniport Driver
38 Host Bus Adapter for Windows and Linux Installation Guide
The edited text should now display as follows:
# For 32-bit environment
# If this is not a SMP environment remove the -D__SMP__=1 from
CFLAGSCFLAGS = -D__KERNEL__=1 \
$[MODINC] $[INCLUDEDIR]
7. For SuSE Linux, enter the following ifconfig command (all on one line):
# cp /boot/vmlinuz.version.h
/lib/modules/'uname-r'/build/include/linux/version.h
8. Enter the following command to build the drivers:
# make build
This will create the driver files similar to the following:
-rw-r--r-- 1 root root 226200 Aug 13 10:33 lpfcdd.2.4.4.o
-rw-r--r-- 1 root root 3334 Aug 13 10:33 lpfndd.2.4.4.o
9. Enter the following command to install both drivers under
/lib/modules/kernel_version:
# make install