mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 09:44:18 +08:00
6859eba4f6
Use hostprogs kbuild constructs to compile mei sample program mei-amt-version Add CONFIG_SAMPLE_INTEL_MEI option to enable/disable the feature. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Link: https://lore.kernel.org/r/20191010132710.4075-1-tomas.winkler@intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11 lines
240 B
Makefile
11 lines
240 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2012-2019, Intel Corporation. All rights reserved.
|
|
|
|
hostprogs-y := mei-amt-version
|
|
|
|
HOSTCFLAGS_mei-amt-version.o += -I$(objtree)/usr/include
|
|
|
|
always := $(hostprogs-y)
|
|
|
|
all: mei-amt-version
|