diff options
author | Robert Mustacchi <rm@fingolfin.org> | 2020-06-05 09:22:48 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@fingolfin.org> | 2020-07-12 07:24:19 -0700 |
commit | 2509632a43b285708c172d4221818e8b79cea126 (patch) | |
tree | 30c006cdd181e9c0eb695989a6241a7dbed2123a /usr/src/uts/common/Makefile.files | |
parent | 0e32477cfa6191e10950ae5e101344ad43622930 (diff) | |
download | illumos-joyent-2509632a43b285708c172d4221818e8b79cea126.tar.gz |
12835 Want support for I350 temperature sensor
Reviewed by: Ryan Zezeski <ryan@zinascii.com>
Reviewed by: Toomas Soome <toomas@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/uts/common/Makefile.files')
-rw-r--r-- | usr/src/uts/common/Makefile.files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/Makefile.files b/usr/src/uts/common/Makefile.files index 8c269faac8..2c0df65bd3 100644 --- a/usr/src/uts/common/Makefile.files +++ b/usr/src/uts/common/Makefile.files @@ -2003,7 +2003,7 @@ E1000G_OBJS += e1000g_debug.o e1000g_main.o e1000g_alloc.o \ # Intel 82575 1G NIC driver module # IGB_OBJS = igb_buf.o igb_debug.o igb_gld.o igb_log.o igb_main.o \ - igb_rx.o igb_stat.o igb_tx.o igb_osdep.o + igb_rx.o igb_stat.o igb_tx.o igb_osdep.o igb_sensor.o # # Intel Pro/100 NIC driver module |