kernel/samples/mei/Makefile
.. .. @@ -1,10 +1,5 @@ 1 1 # SPDX-License-Identifier: GPL-2.0 2 -CC := $(CROSS_COMPILE)gcc3 -CFLAGS := -I../../usr/include2 +# Copyright (c) 2012-2019, Intel Corporation. All rights reserved.3 +userprogs-always-y += mei-amt-version4 4 5 -PROGS := mei-amt-version6 -7 -all: $(PROGS)8 -9 -clean:10 - rm -fr $(PROGS)5 +userccflags += -I usr/include