]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - tools/testing/selftests/size/Makefile
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-kernels.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