1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/compat/linsysfs
4
5 KMOD= linsysfs
6 SRCS= vnode_if.h \
7 device_if.h bus_if.h pci_if.h \
8 linsysfs.c
9
10 .if !defined(KERNBUILDDIR)
11 .warning Building Linuxulator outside of a kernel does not make sense
12 .endif
13
14 .include <bsd.kmod.mk>
Cache object: 7e336f3c0f1a0036e1106637f0a343f2
|