BEAGLEBONE: remove dtrace from MODULES_EXTRA.
This config is already building all modules, so we don't need the MODULES_EXTRA definition. It was also causing problems to users who rely on MODULES_OVERRIDE to do the right thing. Discussed with: ian
This commit is contained in:
parent
ca23ca33f2
commit
7b80d5ad13
@ -32,7 +32,6 @@ makeoptions MODULES_EXTRA="dtb/am335x"
|
|||||||
options KDTRACE_HOOKS # Kernel DTrace hooks
|
options KDTRACE_HOOKS # Kernel DTrace hooks
|
||||||
options DDB_CTF # all architectures - kernel ELF linker loads CTF data
|
options DDB_CTF # all architectures - kernel ELF linker loads CTF data
|
||||||
makeoptions WITH_CTF=1
|
makeoptions WITH_CTF=1
|
||||||
makeoptions MODULES_EXTRA+="opensolaris dtrace dtrace/profile dtrace/fbt"
|
|
||||||
|
|
||||||
options HZ=100
|
options HZ=100
|
||||||
options SCHED_4BSD # 4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
|
Loading…
Reference in New Issue
Block a user