eac8e82796
Move the intel and wdc vendor specific stuff to their own modules. Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D18460
7 lines
61 B
Makefile
7 lines
61 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= intel
|
|
SRCS= intel.c
|
|
|
|
.include <bsd.lib.mk>
|