aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend
diff options
context:
space:
mode:
authorMike McQuaid2016-12-29 14:32:12 +0000
committerGitHub2016-12-29 14:32:12 +0000
commit758de6b45444b4a25ed6ffbcc27fefc234950bdf (patch)
tree1de22744a8c3216e5782b6782b1469fa4fa1c553 /Library/Homebrew/extend
parent7148370ad867601f055aa11cc7b8bac882f81fc9 (diff)
parentebb659af7da12771efe134e1f9386324423f4246 (diff)
downloadbrew-758de6b45444b4a25ed6ffbcc27fefc234950bdf.tar.bz2
Merge pull request #1694 from rwhogg/add-kabylake
Add Kaby Lake 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 2472c60ed..9d779f789 100644
--- a/Library/Homebrew/extend/os/linux/hardware/cpu.rb
+++ b/Library/Homebrew/extend/os/linux/hardware/cpu.rb
@@ -47,6 +47,8 @@ module Hardware
:haswell
when 0x3d, 0x47, 0x4f, 0x56
:broadwell
+ when 0x8e
+ :kabylake
else
cpu_family_model
end