mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
Remove bktr.h/NBKTR. Set BKTR_FREEBSD_MODULE in opt_bktr.h instead.
This commit is contained in:
parent
2f3bead082
commit
297c910258
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100473
@ -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