????

Your IP : 216.73.216.152


Current Path : /usr/lib/modules/3.10.0-957.21.3.el7.x86_64/source/tools/testing/selftests/efivarfs/
Upload File :
Current File : //usr/lib/modules/3.10.0-957.21.3.el7.x86_64/source/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)