]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blob - tools/testing/selftests/zram/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / tools / testing / selftests / zram / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 all:
3
4 TEST_PROGS := zram.sh
5 TEST_FILES := zram01.sh zram02.sh zram_lib.sh
6 EXTRA_CLEAN := err.log
7
8 include ../lib.mk
9