swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: e42617b825f8073569da76dc4510bfa019b1c35a authored by Linus Torvalds on 08 December 2019, 22:57:55 UTC
Linux 5.5-rc1
Tip revision: e42617b
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
back to top