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
a9c8f64e12
commit
d6d829914b
@ -32,7 +32,6 @@ makeoptions MODULES_EXTRA="dtb/am335x"
|
||||
options KDTRACE_HOOKS # Kernel DTrace hooks
|
||||
options DDB_CTF # all architectures - kernel ELF linker loads CTF data
|
||||
makeoptions WITH_CTF=1
|
||||
makeoptions MODULES_EXTRA+="opensolaris dtrace dtrace/profile dtrace/fbt"
|
||||
|
||||
options HZ=100
|
||||
options SCHED_4BSD # 4BSD scheduler
|
||||
|
Loading…
Reference in New Issue
Block a user