Remove bktr.h/NBKTR. Set BKTR_FREEBSD_MODULE in opt_bktr.h instead.
This commit is contained in:
parent
64524dea16
commit
cc120f8aa8
@ -6,12 +6,10 @@
|
||||
|
||||
KMOD= bktr
|
||||
SRCS= bktr_core.c bktr_os.c bktr_audio.c bktr_tuner.c bktr_card.c \
|
||||
bktr.h opt_devfs.h opt_bktr.h bus_if.h device_if.h \
|
||||
opt_devfs.h opt_bktr.h bus_if.h device_if.h \
|
||||
pci_if.h vnode_if.h
|
||||
CLEANFILES= bktr.h
|
||||
|
||||
bktr.h:
|
||||
echo "#define NBKTR 1" > bktr.h
|
||||
echo "#define BKTR_FREEBSD_MODULE 1" >> bktr.h
|
||||
opt_bktr.h:
|
||||
echo "#define BKTR_FREEBSD_MODULE 1" > opt_bktr.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user