mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 01:28:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
12
tools/testing/selftests/efivarfs/Makefile
Normal file
12
tools/testing/selftests/efivarfs/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
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)
|
Loading…
Add table
Add a link
Reference in a new issue