aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/size/Makefile
blob: 4685b3e421fcd48f261d32a54edc6fa1658abc70 (plain) (blame)
1
2
3
4
5
CFLAGS := -static -ffreestanding -nostartfiles -s

TEST_GEN_PROGS := get_size

include ../lib.mk