repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
irqchip/s3c24xx: Mark init_eint as __maybe_unused
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
breakpoints
/
Makefile
blob
c0d957015f524d7ad7f6ab2a46be1a8d484a8ef9
1
# Taken from perf makefile
2
uname_M
:= $(
shell
uname
-
m
2
>/
dev
/
null || echo not
)
3
ARCH ?
= $(
shell
echo
$(
uname_M
)
| sed
-
e s
/
i
.86
/
x86
/ -
e s
/
x86_64
/
x86
/)
4
5
ifeq
($(
ARCH
),
x86
)
6
TEST_PROGS
:=
breakpoint_test
7
endif
8
9
all
: $(
TEST_PROGS
)
10
11
include
..
/
lib.mk
12
13
clean
:
14
rm
-
fr breakpoint_test