repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git]
/
tools
/
testing
/
selftests
/
ia64
/
Makefile
blob
4bce1a84b3a1426c34cac18c460a4138bbcd7e65
1
# SPDX-License-Identifier: GPL-2.0
2
TEST_PROGS
:=
aliasing-test
3
4
all
: $(
TEST_PROGS
)
5
6
include
..
/
lib.mk
7
8
clean
:
9
rm
-
fr
$(
TEST_PROGS
)