From 267271f60213f357aa76e15afdbf79b683de680f Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Sun, 10 Dec 2006 05:51:27 +0000 Subject: [PATCH] Remember to include isp_library.o when building an isp module. --- sys/modules/isp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/isp/Makefile b/sys/modules/isp/Makefile index b3ddc3910390..fbdf1b4c2cc5 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