mm: rename alloc_pages_exact_node() to __alloc_pages_node()
[linux/fpc-iii.git] / tools / testing / selftests / efivarfs / Makefile
blob736c3ddfc787499a3a114ab87ad173054e5468c2
1 CFLAGS = -Wall
3 test_objs = open-unlink create-read
5 all: $(test_objs)
7 TEST_PROGS := efivarfs.sh
8 TEST_FILES := $(test_objs)
10 include ../lib.mk
12 clean:
13 rm -f $(test_objs)