Skip to content

Commit

Permalink
OS-7769 Want Intel PCH temperature sensor (missing makefile)
Browse files Browse the repository at this point in the history
Reviewed by: Patrick Mooney <pmooney@pfmooney.com>
Approved by: Patrick Mooney <pmooney@pfmooney.com>
  • Loading branch information
rmustacc committed Jun 3, 2019
1 parent 4726209 commit 9240ea3
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions usr/src/lib/fm/topo/modules/i86pc/chipset/Makefile
@@ -0,0 +1,29 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#

#
# Copyright 2019 Joyent, Inc.
#

MODULE = chipset
ARCH = i86pc
CLASS = arch
SHAREDDIR = ../../common/shared/

MODULESRCS = chipset.c topo_sensor.c

include ../../Makefile.plugin

CPPFLAGS += -I$(SHAREDDIR)

%.o: $(SHAREDDIR)/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)

0 comments on commit 9240ea3

Please sign in to comment.