summaryrefslogtreecommitdiff
path: root/sys/modules/coretemp/Makefile
blob: e3de0471f066c935b176be06b0f211c65b833acc (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: Makefile,v 1.2 2019/02/17 04:05:46 rin Exp $

.include "../Makefile.inc"

.PATH:	${S}/arch/x86/x86

KMOD=	coretemp
IOCONF=	coretemp.ioconf
SRCS=	coretemp.c

.include <bsd.kmodule.mk>
lboot/machines.c?id=d1487e48a28e88f0307f32cdf6ba0f0c44c197d2'>Add support for the Extensible MIPS ("eMIPS") platform. Thepooka 2010-01-14Remove if defined(__RCSID) around __RCSID() macro.tsutsui 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2006-09-01NetBSD/landisk support.uwe 2006-02-18Define the ib_mach_xxx entries here in a way that will allocate them intodsl 2006-02-18Move the MD definitions into the MD files, leaving machines.c with justdsl 2005-12-29Add ews4800mips support.tsutsui 2005-11-14Update copyright years.lukem 2005-11-11Add a -e (edit) option to allow the bootstrap options of an installeddsl 2005-07-16Add option `ioaddr=<ioaddr>' to amd64. Already noted in man page.hannken 2005-06-12Build hp300 support into installboot(8).dyoung 2005-05-14add hp700 support.chs 2004-08-15Add an option to set bp_consaddr (serial console IO port address)dsl 2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc 2004-03-13Add a -o keymap=zyz option that will set the boot keymap.dsl 2003-11-14Disable hp300 support (again).lukem 2003-11-13roundup() write of hp300 boot code to a multiplr of the disk sector size.dsl 2003-11-10Comment out hp300 references.fvdl 2003-11-08First cut of hp300 installboot, seems to DTRT on i386.dsl 2003-10-27add next68k support to installbootcl 2003-08-30Add amd64 to list of supported machines (does the same as i386).fvdl 2003-07-27rcsidlukem