Your IP : 172.28.240.42


Current Path : /usr/src/linux-headers-3.13.0-185/tools/testing/selftests/efivarfs/
Upload File :
Current File : //usr/src/linux-headers-3.13.0-185/tools/testing/selftests/efivarfs/Makefile

CC = $(CROSS_COMPILE)gcc
CFLAGS = -Wall

test_objs = open-unlink create-read

all: $(test_objs)

run_tests: all
	@/bin/bash ./efivarfs.sh || echo "efivarfs selftests: [FAIL]"

clean:
	rm -f $(test_objs)