kernel_samsung_a53x/tools/testing/selftests/efivarfs/Makefile

9 lines
144 B
Makefile
Raw Normal View History

2024-06-15 21:02:09 +02:00
# SPDX-License-Identifier: GPL-2.0-only
CFLAGS = -Wall
TEST_GEN_FILES := open-unlink create-read
TEST_PROGS := efivarfs.sh
include ../lib.mk