aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend
diff options
context:
space:
mode:
authorMaxim Belkin2017-03-10 16:32:41 -0600
committerBob W. Hogg2017-04-02 15:27:19 -0700
commit573aeff11513a679577994cce84d31011090902b (patch)
treef3e3f4ba69023581d7971a243e2a68e2e2e9deec /Library/Homebrew/extend
parent8ea778f7c7ea790694485030d105a92a9416ef33 (diff)
downloadbrew-573aeff11513a679577994cce84d31011090902b.tar.bz2
Add Skylake to Linux hardware list
Diffstat (limited to 'Library/Homebrew/extend')
-rw-r--r--Library/Homebrew/extend/os/linux/hardware/cpu.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/extend/os/linux/hardware/cpu.rb b/Library/Homebrew/extend/os/linux/hardware/cpu.rb
index 4c8aa3f42..7c945b237 100644
--- a/Library/Homebrew/extend/os/linux/hardware/cpu.rb
+++ b/Library/Homebrew/extend/os/linux/hardware/cpu.rb
@@ -49,6 +49,8 @@ module Hardware
:haswell
when 0x3d, 0x47, 0x4f, 0x56
:broadwell
+ when 0x5e
+ :skylake
when 0x8e
:kabylake
else