diff options
| author | Mike McQuaid | 2017-04-04 07:57:46 +0100 |
|---|---|---|
| committer | GitHub | 2017-04-04 07:57:46 +0100 |
| commit | 2ba53eb272ec56d806bcdc62b02a8ab1b3c92e52 (patch) | |
| tree | 900a014ebcf26cbbd6b7f8b0b9c8229d6d06ea1c /Library | |
| parent | 5ab904ed93eafdb7e87e509fa928854880653db1 (diff) | |
| parent | 573aeff11513a679577994cce84d31011090902b (diff) | |
| download | brew-2ba53eb272ec56d806bcdc62b02a8ab1b3c92e52.tar.bz2 | |
Merge pull request #2448 from rwhogg/add-skylake-linux
Add Skylake to the Linux hardware list
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/extend/os/linux/hardware/cpu.rb | 2 |
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 |
