Repository URL to install this package:
|
Version:
4.9.35-1 ▾
|
linux-headers-4.9.35-rt25-cloudywizzard
/
usr
/
src
/
linux-headers-4.9.35-rt25-cloudywizzard
/
tools
/
testing
/
selftests
/
size
/
Makefile
|
|---|
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