Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into...
[linux-block.git] / tools / testing / selftests / size / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
7d758af2 2CFLAGS := -static -ffreestanding -nostartfiles -s
3ce51050 3
88baa78d 4TEST_GEN_PROGS := get_size
5e29a910
ME
5
6include ../lib.mk