Makefile 137 B

123456
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. CFLAGS := -static -ffreestanding -nostartfiles -s
  3. TEST_GEN_PROGS := get_size
  4. include ../lib.mk