xref: /linux/tools/testing/selftests/size/Makefile (revision 4d5e3b06e1fc1428be14cd4ebe3b37c1bb34f95d)
1# SPDX-License-Identifier: GPL-2.0-only
2CFLAGS := -static -ffreestanding -nostartfiles -s
3
4TEST_GEN_PROGS := get_size
5
6include ../lib.mk
7