Files
chromebox_10th_audio_driver/kernel-src/linux-hwe-6.17-6.17.0/samples/landlock/Makefile
2026-04-04 07:45:01 +00:00

14 lines
217 B
Makefile

# SPDX-License-Identifier: BSD-3-Clause
userprogs-always-y := sandboxer
userccflags += -I usr/include
.PHONY: all clean
all:
$(MAKE) -C ../.. samples/landlock/
clean:
$(MAKE) -C ../.. M=samples/landlock/ clean