blob: 3739c287b2d7a6e3801ac0fbb45c26bc8af03684 [file] [log] [blame]
David Brazdil81b90692019-12-23 14:11:19 +00001# Copyright 2019 The Hafnium Authors.
2#
Andrew Walbran58ea3b72020-06-17 15:00:14 +01003# 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 Brazdil81b90692019-12-23 14:11:19 +00006#
Andrew Walbran58ea3b72020-06-17 15:00:14 +01007# 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 Brazdil81b90692019-12-23 14:11:19 +000011
12import("//build/linux/linux.gni")
13
14linux_kernel_module("linux") {
15 module_name = "hafnium"
16 kernel_target = "//third_party/linux:linux"
17 kernel_dir = "//third_party/linux"
18}