linux/tools/testing/selftests/size/Makefile

8 lines
125 B
Makefile
Raw Normal View History

get_size: get_size.c
$(CC) -static -ffreestanding -nostartfiles -s $< -o $@
TEST_GEN_PROGS := get_size
include ../lib.mk