]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - tools/testing/selftests/efivarfs/Makefile
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-hirsute-kernel.git] / tools / testing / selftests / efivarfs / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 CFLAGS = -Wall
3
4 TEST_GEN_FILES := open-unlink create-read
5 TEST_PROGS := efivarfs.sh
6
7 include ../lib.mk
8