David Brazdil | 81b9069 | 2019-12-23 14:11:19 +0000 | [diff] [blame] | 1 | # Copyright 2019 The Hafnium Authors. |
| 2 | # |
Andrew Walbran | 58ea3b7 | 2020-06-17 15:00:14 +0100 | [diff] [blame] | 3 | # This program is free software; you can redistribute it and/or |
| 4 | # modify it under the terms of the GNU General Public License |
| 5 | # version 2 as published by the Free Software Foundation. |
David Brazdil | 81b9069 | 2019-12-23 14:11:19 +0000 | [diff] [blame] | 6 | # |
Andrew Walbran | 58ea3b7 | 2020-06-17 15:00:14 +0100 | [diff] [blame] | 7 | # This program is distributed in the hope that it will be useful, |
| 8 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 9 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 10 | # GNU General Public License for more details. |
David Brazdil | 81b9069 | 2019-12-23 14:11:19 +0000 | [diff] [blame] | 11 | |
| 12 | import("//build/linux/linux.gni") |
| 13 | |
| 14 | linux_kernel_module("linux") { |
| 15 | module_name = "hafnium" |
| 16 | kernel_target = "//third_party/linux:linux" |
| 17 | kernel_dir = "//third_party/linux" |
| 18 | } |