aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend
diff options
context:
space:
mode:
authorBob W. Hogg2016-12-18 14:50:38 -0800
committerBob W. Hogg2016-12-18 14:50:38 -0800
commitebb659af7da12771efe134e1f9386324423f4246 (patch)
tree7ffd2531a27dbb360c40be5ba5ad779815b91218 /Library/Homebrew/extend
parentb0d2dc7278474bc6eb681005daa1c2fee3a96a8f (diff)
downloadbrew-ebb659af7da12771efe134e1f9386324423f4246.tar.bz2
Add Kaby Lake to Linux hardware list
Note that no Mac hardware using a Kaby Lake processor has been released yet, so do not add it to the equivalent list for macOS.
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