David Brazdil | 65491d2 | 2019-12-10 10:27:16 +0000 | [diff] [blame] | 1 | # Copyright 2019 The Hafnium Authors. |
| 2 | # |
Andrew Walbran | 98854e9 | 2020-06-17 15:42:13 +0100 | [diff] [blame] | 3 | # Use of this source code is governed by a BSD-style license that can be found |
| 4 | # in the LICENSE file of the main Hafnium repository or at |
| 5 | # https://opensource.org/licenses/BSD-3-Clause. |
David Brazdil | 65491d2 | 2019-12-10 10:27:16 +0000 | [diff] [blame] | 6 | |
| 7 | import("//build/linux/linux.gni") |
| 8 | |
| 9 | linux_kernel("linux") { |
| 10 | prebuilt = "//prebuilts/linux-aarch64/linux/vmlinuz" |
| 11 | } |