Not quite working makefile to make the nmdm device as a module.
This commit is contained in:
parent
acb4cb26f6
commit
ed0c53f06b
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