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 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git]
/
scripts
/
gdb
/
linux
/
Makefile
blob
6cf1ecf610579e692075251d3f7cf52806c559b4
1
always
:=
gdb-scripts
2
3
SRCTREE
:= $(
shell
cd
$(
srctree
) && /
bin
/
pwd
)
4
5
$(
obj
)/
gdb-scripts
:
6
ifneq
($(
KBUILD_SRC
),)
7
$(
Q
)
ln
-
fsn
$(
SRCTREE
)/$(
obj
)/*
.py
$(
objtree
)/$(
obj
)
8
endif
9
@
:
10
11
clean-files
:= *
.pyc
*
.pyo
$(
if
$(
KBUILD_SRC
),*
.py
)