1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 # Copyright (c) 2012-2019, Intel Corporation. 2 # Copyright (c) 2012-2019, Intel Corporation. All rights reserved. 3 userprogs-always-y += mei-amt-version << 4 3 5 userccflags += -I usr/include !! 4 hostprogs := mei-amt-version >> 5 >> 6 HOSTCFLAGS_mei-amt-version.o += -I$(objtree)/usr/include >> 7 >> 8 always-y := $(hostprogs) >> 9 >> 10 all: mei-amt-version
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.