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

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026