Not quite working makefile to make the nmdm device as a module.
This commit is contained in:
parent
73bbbc6470
commit
9bed6fe815
12
sys/modules/nmdm/Makefile
Normal file
12
sys/modules/nmdm/Makefile
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
.PATH: ${.CURDIR}/../../dev/nmdm
|
||||||
|
|
||||||
|
KMOD= nmdm
|
||||||
|
SRCS= nmdm.c
|
||||||
|
SRCS+= opt_compat.h vnode_if.h
|
||||||
|
|
||||||
|
opt_compat.h:
|
||||||
|
echo "#define COMPAT_43 1" >opt_compat.h
|
||||||
|
|
||||||
|
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user