019ea72f40
Mark the table with PNP info. Fix compilation by returning FILTER_STRAY in two places, as suggested by comments. Create a simple module from this. Left unconnected because I can't test it as a module.
10 lines
122 B
Makefile
10 lines
122 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/adlink
|
|
|
|
KMOD= adlink
|
|
SRCS= adlink.c \
|
|
device_if.h bus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|