xref: /linux/tools/testing/selftests/rlimits/Makefile (revision e4aebf06)
1*e4aebf06SAlexey Gladkov# SPDX-License-Identifier: GPL-2.0-or-later
2*e4aebf06SAlexey Gladkov
3*e4aebf06SAlexey GladkovCFLAGS += -Wall -O2 -g
4*e4aebf06SAlexey GladkovTEST_GEN_PROGS := rlimits-per-userns
5*e4aebf06SAlexey Gladkov
6*e4aebf06SAlexey Gladkovinclude ../lib.mk
7