blob: 5210583967f75b5d11bd6b4cca13fb7d7080a6e9 [file] [log] [blame]
David Brazdil65491d22019-12-10 10:27:16 +00001# Copyright 2019 The Hafnium Authors.
2#
Andrew Walbran98854e92020-06-17 15:42:13 +01003# 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 Brazdil65491d22019-12-10 10:27:16 +00006
7import("//build/linux/linux.gni")
8
9linux_kernel("linux") {
10 prebuilt = "//prebuilts/linux-aarch64/linux/vmlinuz"
11}