]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/linsysfs/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / linsysfs / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../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         opt_compat.h
10
11 .if ${MACHINE_CPUARCH} == "amd64"
12 CFLAGS+=-DCOMPAT_LINUX32
13 .endif
14
15 .include <bsd.kmod.mk>