3258030144
shared and generalized between our current amd64, i386 and pc98. This is just an initial step that should lead to a more complete effort. For the moment, a very simple porting of cpufreq modules, BIOS calls and the whole MD specific ISA bus part is added to the sub-tree but ideally a lot of code might be added and more shared support should grow. Sponsored by: Sandvine Incorporated Reviewed by: emaste, kib, jhb, imp Discussed on: arch MFC: 3 weeks
11 lines
129 B
Makefile
11 lines
129 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../x86/bios
|
|
|
|
KMOD= smbios
|
|
SRCS= smbios.c \
|
|
bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|