From 4268f679a04cb1d19cb888b611d234e8a032bb62 Mon Sep 17 00:00:00 2001 From: mjacob Date: Sun, 10 Dec 2006 05:51:27 +0000 Subject: Remember to include isp_library.o when building an isp module. --- sys/modules/isp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/isp') 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 -- cgit v1.1