linuxOS_AP05/kernel/tools/testing/selftests/size/Makefile

6 lines
97 B
Makefile
Raw Normal View History

2025-06-02 05:59:07 +00:00
CFLAGS := -static -ffreestanding -nostartfiles -s
TEST_GEN_PROGS := get_size
include ../lib.mk