License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6/btrfs-unstable.git] / samples / mei / Makefile
blobc7e52e9e92caf313f7c248fdb2091dc589f466f5
1 # SPDX-License-Identifier: GPL-2.0
2 CC := $(CROSS_COMPILE)gcc
3 CFLAGS := -I../../usr/include
5 PROGS := mei-amt-version
7 all: $(PROGS)
9 clean:
10 rm -fr $(PROGS)