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