mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 01:08:03 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
22
tools/vm/Makefile
Normal file
22
tools/vm/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Makefile for vm tools
|
||||
#
|
||||
TARGETS=page-types slabinfo
|
||||
|
||||
LIB_DIR = ../lib/api
|
||||
LIBS = $(LIB_DIR)/libapikfs.a
|
||||
|
||||
CC = $(CROSS_COMPILE)gcc
|
||||
CFLAGS = -Wall -Wextra -I../lib/
|
||||
LDFLAGS = $(LIBS)
|
||||
|
||||
$(TARGETS): $(LIBS)
|
||||
|
||||
$(LIBS):
|
||||
make -C $(LIB_DIR)
|
||||
|
||||
%: %.c
|
||||
$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)
|
||||
|
||||
clean:
|
||||
$(RM) page-types slabinfo
|
||||
make -C $(LIB_DIR) clean
|
1177
tools/vm/page-types.c
Normal file
1177
tools/vm/page-types.c
Normal file
File diff suppressed because it is too large
Load diff
1393
tools/vm/slabinfo.c
Normal file
1393
tools/vm/slabinfo.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue