mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 09:25:25 -04:00
Move the intel and wdc vendor specific stuff to their own modules. Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D18460
6 lines
61 B
Makefile
6 lines
61 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= intel
|
|
SRCS= intel.c
|
|
|
|
.include <bsd.lib.mk>
|