D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
lib
/
modules
/
4.4.0-1128-aws
/
build
/
tools
/
testing
/
selftests
/
size
/
Filename :
Makefile
back
Copy
all: get_size get_size: get_size.c $(CC) -static -ffreestanding -nostartfiles -s $< -o $@ TEST_PROGS := get_size include ../lib.mk clean: $(RM) get_size