mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add in forgotten module ipmi_linux.
Found by: mlaier
This commit is contained in:
parent
4207227c6a
commit
2a7b66a8dd
1 changed files with 8 additions and 0 deletions
8
sys/modules/ipmi/ipmi_linux/Makefile
Normal file
8
sys/modules/ipmi/ipmi_linux/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../../dev/ipmi
|
||||
|
||||
KMOD= ipmi_linux
|
||||
SRCS= ipmi_linux.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
Loading…
Reference in a new issue