3052d0bda24b78fecf07a1809e327db94affe338
[firefly-linux-kernel-4.4.55.git] / tools / testing / selftests / efivarfs / Makefile
1 CC = $(CROSS_COMPILE)gcc
2 CFLAGS = -Wall
3
4 test_objs = open-unlink create-read
5
6 all: $(test_objs)
7
8 TEST_PROGS := efivarfs.sh
9
10 include ../lib.mk
11
12 clean:
13         rm -f $(test_objs)