mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
8 lines
165 B
Makefile
8 lines
165 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../../dev/jedec_dimm
|
||
|
|
KMOD = jedec_dimm
|
||
|
|
SRCS = jedec_dimm.c jedec_dimm.h bus_if.h device_if.h smbus_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|