From 880a9eb15e29f6e04f65b2e514c4fadabb9658a5 Mon Sep 17 00:00:00 2001 From: roger Date: Wed, 22 Sep 1999 08:31:05 +0000 Subject: Use new location of Bt848 driver. Remove NPCI generation as the driver no longer checks for NPIC > 0 --- sys/modules/bktr/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'sys/modules/bktr') diff --git a/sys/modules/bktr/Makefile b/sys/modules/bktr/Makefile index 96d15c8..aa2391d 100644 --- a/sys/modules/bktr/Makefile +++ b/sys/modules/bktr/Makefile @@ -12,18 +12,15 @@ # $FreeBSD$ S = ${.CURDIR}/../.. -.PATH: $S/pci +.PATH: $S/dev/bktr KMOD = bktr -SRCS = brooktree848.c bktr.h opt_devfs.h opt_bktr.h pci.h smbus.h bus_if.h device_if.h pci_if.h vnode_if.h -CLEANFILES += bktr.h opt_devfs.h opt_bktr.h pci.h smbus.h bus_if.h device_if.h pci_if.h vnode_if.h +SRCS = bktr_core.c bktr.h opt_devfs.h opt_bktr.h smbus.h bus_if.h device_if.h pci_if.h vnode_if.h +CLEANFILES += bktr.h opt_devfs.h opt_bktr.h smbus.h bus_if.h device_if.h pci_if.h vnode_if.h FLAGS += ${DEBUG_FLAGS} bktr.h: echo "#define NBKTR 1" > bktr.h -pci.h: - echo "#define NPCI 1" > pci.h - smbus.h: # Does not use SMBUS/IICBUS. Uses the old i2c code self contained in # the bt848 driver. -- cgit v1.1