mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 19:30:29 -05:00
21 lines
345 B
Makefile
21 lines
345 B
Makefile
# $FreeBSD$
|
|
.PATH: ${.CURDIR}/../../compat/linuxkpi/common/src
|
|
|
|
KMOD= linuxkpi
|
|
SRCS= linux_kmod.c \
|
|
linux_compat.c \
|
|
linux_pci.c \
|
|
linux_radix.c \
|
|
linux_idr.c \
|
|
linux_usb.c
|
|
|
|
SRCS+= bus_if.h \
|
|
device_if.h \
|
|
pci_if.h \
|
|
vnode_if.h \
|
|
usb_if.h \
|
|
opt_usb.h
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../compat/linuxkpi/common/include
|
|
|
|
.include <bsd.kmod.mk>
|