D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
lib
/
modules
/
3.10.0-1062.9.1.el7.x86_64
/
build
/
tools
/
testing
/
selftests
/
efivarfs
/
Filename :
Makefile
back
Copy
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)