No need to generate vnode_if.h anymore
This commit is contained in:
parent
d56162c180
commit
4c16ce4d87
@ -5,6 +5,6 @@
|
||||
|
||||
KMOD= io
|
||||
SRCS= iodev.c io.c
|
||||
SRCS+= bus_if.h device_if.h vnode_if.h
|
||||
SRCS+= bus_if.h device_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -14,6 +14,6 @@ SRCS+= i686_mem.c k6_mem.c
|
||||
.if ${MACHINE_ARCH} == "amd64"
|
||||
SRCS+= amd64_mem.c
|
||||
.endif
|
||||
SRCS+= bus_if.h device_if.h vnode_if.h
|
||||
SRCS+= bus_if.h device_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -7,7 +7,7 @@ CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \
|
||||
-I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt
|
||||
|
||||
KMOD= ng_ubt
|
||||
SRCS= ng_ubt.c bus_if.h device_if.h vnode_if.h opt_usb.h usbdevs.h
|
||||
SRCS= ng_ubt.c bus_if.h device_if.h opt_usb.h usbdevs.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
||||
|
@ -7,7 +7,7 @@ CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \
|
||||
-I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubtbcmfw
|
||||
|
||||
KMOD= ubtbcmfw
|
||||
SRCS= ubtbcmfw.c bus_if.h device_if.h vnode_if.h opt_usb.h usbdevs.h
|
||||
SRCS= ubtbcmfw.c bus_if.h device_if.h opt_usb.h usbdevs.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
.PATH: ${.CURDIR}/../../dev/vkbd
|
||||
|
||||
KMOD= vkbd
|
||||
SRCS= vkbd.c vnode_if.h opt_kbd.h
|
||||
SRCS= vkbd.c opt_kbd.h
|
||||
|
||||
opt_kbd.h:
|
||||
echo "#define KBD_INSTALL_CDEV 1" > ${.TARGET}
|
||||
|
Loading…
x
Reference in New Issue
Block a user