]> Pileus Git - ~andy/linux/blob - tools/testing/selftests/efivarfs/Makefile
Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[~andy/linux] / 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 run_tests: all
9         @/bin/bash ./efivarfs.sh || echo "efivarfs selftests: [FAIL]"
10
11 clean:
12         rm -f $(test_objs)