mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 13:20:37 -05:00
Add it to the x86 GENERIC and MINIMAL kernels Sponsored by: Ampere Computing LLC Submitted by: Klara Inc. Reviewed by: rpokala Differential Revision: https://reviews.freebsd.org/D28738
10 lines
125 B
Makefile
10 lines
125 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/smbios
|
|
|
|
KMOD= smbios
|
|
SRCS= smbios.c \
|
|
bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|