xref: /linux-6.15/tools/testing/selftests/size/Makefile (revision 2bb129eb)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1all: get_size
2
3get_size: get_size.c
4	$(CC) -static -ffreestanding -nostartfiles -s $< -o $@
5
6TEST_PROGS := get_size
7
8include ../lib.mk
9
10clean:
11	$(RM) get_size
12

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025