summaryrefslogtreecommitdiffstats
path: root/sys/modules/isp
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2006-12-10 05:51:27 +0000
committermjacob <mjacob@FreeBSD.org>2006-12-10 05:51:27 +0000
commit4268f679a04cb1d19cb888b611d234e8a032bb62 (patch)
treebfd1146d3b0e9510cf0f3be862e064eebdde9c44 /sys/modules/isp
parentb1ea6da46320545beabeac8ded567887caddaee9 (diff)
downloadFreeBSD-src-4268f679a04cb1d19cb888b611d234e8a032bb62.zip
FreeBSD-src-4268f679a04cb1d19cb888b611d234e8a032bb62.tar.gz
Remember to include isp_library.o when building an isp module.
Diffstat (limited to 'sys/modules/isp')
-rw-r--r--sys/modules/isp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/isp/Makefile b/sys/modules/isp/Makefile
index b3ddc39..fbdf1b4 100644
--- a/sys/modules/isp/Makefile
+++ b/sys/modules/isp/Makefile
@@ -5,7 +5,7 @@
KMOD= isp
SRCS= bus_if.h device_if.h pci_if.h \
opt_cam.h opt_ddb.h opt_isp.h \
- isp.c isp_target.c isp_freebsd.c isp_pci.c
+ isp.c isp_library.c isp_target.c isp_freebsd.c isp_pci.c
.if ${MACHINE_ARCH} == sparc64
SRCS+= isp_sbus.c ofw_bus_if.h
OpenPOWER on IntegriCloud