projects
/
linux-2.6-microblaze.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'gpio-updates-for-v5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.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