aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/efivarfs/Makefile
blob: e3181338ba5e97a0cd63f62b32e2bf41c0c89b8a (plain) (blame)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-2.0-only
CFLAGS = -Wall

TEST_GEN_FILES := open-unlink create-read
TEST_PROGS := efivarfs.sh

include ../lib.mk