From 76c4b2cb5d7557e74739571df0d38de52b65f5e1 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 16 Aug 2004 15:24:03 +0000 Subject: [PATCH] And isa_if.h --- sys/modules/cbb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/cbb/Makefile b/sys/modules/cbb/Makefile index 95dae51e7a1..a071485ccd7 100644 --- a/sys/modules/cbb/Makefile +++ b/sys/modules/cbb/Makefile @@ -4,6 +4,6 @@ KMOD= cbb SRCS= pccbb.c pccbb_isa.c pccbb_pci.c \ - device_if.h bus_if.h power_if.h card_if.h pci_if.h pcib_if.h + device_if.h bus_if.h power_if.h card_if.h isa_if.h pci_if.h pcib_if.h .include