From 35ae09bc0e1ebaffac48ae8059c7a40712d64d98 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney <jmg@FreeBSD.org> Date: Sat, 14 Jun 2003 20:43:33 +0000 Subject: [PATCH] Fix the KMOD for the lpbb device. --- sys/modules/i2c/controllers/lpbb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/i2c/controllers/lpbb/Makefile b/sys/modules/i2c/controllers/lpbb/Makefile index c81ed26d41c5..77e84d2caf22 100644 --- a/sys/modules/i2c/controllers/lpbb/Makefile +++ b/sys/modules/i2c/controllers/lpbb/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../../../dev/ppbus -KMOD = pcf +KMOD = lpbb SRCS = device_if.h bus_if.h iicbb_if.h ppbus_if.h \ lpbb.c