diff options
| author | Roger Hardiman <roger@FreeBSD.org> | 1999-09-22 08:31:05 +0000 |
|---|---|---|
| committer | Roger Hardiman <roger@FreeBSD.org> | 1999-09-22 08:31:05 +0000 |
| commit | fdc2eae112fa99eba54fccccbdd3e47e5e63589b (patch) | |
| tree | 92cd1c33b948f5084abf0af8fafaa961a6ab7428 /sys | |
| parent | 71c4e4419d17c8d578fbaa10e4a9107da0ea5b58 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/modules/bktr/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/modules/bktr/Makefile b/sys/modules/bktr/Makefile index 96d15c8bdb66..aa2391dcf159 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. |
