mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
Add in forgotten module ipmi_linux.
Found by: mlaier
This commit is contained in:
parent
4207227c6a
commit
2a7b66a8dd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190452
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 New Issue
Block a user