aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/size/Makefile
blob: bbd0b5398b613c08ee77eb4fbf9740383d874c0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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