projects
/
platform
/
kernel
/
linux-exynos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livep...
[platform/kernel/linux-exynos.git]
/
arch
/
arm
/
probes
/
Makefile
1
obj-$(CONFIG_UPROBES) += decode.o decode-arm.o uprobes/
2
obj-$(CONFIG_KPROBES) += decode.o kprobes/
3
ifdef CONFIG_THUMB2_KERNEL
4
obj-$(CONFIG_KPROBES) += decode-thumb.o
5
else
6
obj-$(CONFIG_KPROBES) += decode-arm.o
7
endif