linux_4_11: renable CONFIG_UPROBE_EVENTS
CONFIG_UPROBE_EVENT was renamed to CONFIG_UPROBE_EVENTS.
This commit is contained in:
parent
7bd918b364
commit
e89e96a755
@ -472,8 +472,10 @@ with stdenv.lib;
|
||||
SCHED_TRACER y
|
||||
STACK_TRACER y
|
||||
|
||||
${optionalString (versionOlder version "4.11") ''
|
||||
${if versionOlder version "4.11" then ''
|
||||
UPROBE_EVENT? y
|
||||
'' else ''
|
||||
UPROBE_EVENTS? y
|
||||
''}
|
||||
|
||||
${optionalString (versionAtLeast version "4.4") ''
|
||||
|
Loading…
Reference in New Issue
Block a user