xref: /openbmc/linux/tools/testing/selftests/efivarfs/Makefile (revision 4f38b9f2)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1CFLAGS = -Wall
2
3test_objs = open-unlink create-read
4
5all: $(test_objs)
6
7TEST_PROGS := efivarfs.sh
8TEST_FILES := $(test_objs)
9
10include ../lib.mk
11
12clean:
13	rm -f $(test_objs)
14

served by {OpenGrok

Last Index Update: Sat May 03 03:01:14 CDT 2025