treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-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