]> Git Repo - linux.git/blob - samples/landlock/Makefile
io_uring/af_unix: defer registered files gc to io_uring release
[linux.git] / samples / landlock / Makefile
1 # SPDX-License-Identifier: BSD-3-Clause
2
3 userprogs-always-y := sandboxer
4
5 userccflags += -I usr/include
6
7 .PHONY: all clean
8
9 all:
10         $(MAKE) -C ../.. samples/landlock/
11
12 clean:
13         $(MAKE) -C ../.. M=samples/landlock/ clean
This page took 0.03197 seconds and 4 git commands to generate.