aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/size/Makefile
blob: c67f3577e888d5c91486471fa60f4b9253ec4cfb (plain) (blame)
1
2
3
4
5
6
7
get_size: get_size.c
	$(CC) -static -ffreestanding -nostartfiles -s $< -o $@

TEST_GEN_PROGS := get_size

include ../lib.mk