]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/linuxkpi/Makefile
Replace dummy implementation of RCU in the LinuxKPI with one based on
[FreeBSD/FreeBSD.git] / sys / modules / linuxkpi / Makefile
1 # $FreeBSD$
2 .PATH:  ${.CURDIR}/../../compat/linuxkpi/common/src
3
4 KMOD=   linuxkpi
5 SRCS=   linux_kmod.c \
6         linux_compat.c \
7         linux_current.c \
8         linux_kthread.c \
9         linux_pci.c \
10         linux_radix.c \
11         linux_rcu.c \
12         linux_tasklet.c \
13         linux_idr.c \
14         linux_usb.c
15
16 SRCS+=  bus_if.h \
17         device_if.h \
18         pci_if.h \
19         vnode_if.h \
20         usb_if.h \
21         opt_usb.h
22
23 CFLAGS+= -I${.CURDIR}/../../compat/linuxkpi/common/include
24 CFLAGS+= -I${.CURDIR}/../../contrib/ck/include
25
26 .include <bsd.kmod.mk>