blob: 18dbbd9d0d0ea4c18c79cca7e2798367a742fa0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
define KMACHINE beagleboard
define KTYPE preempt-rt
define KARCH arm
# no new branch required, re-use the ktypes/preempt-rt/preempt-rt.scc branch
include ktypes/preempt-rt/preempt-rt.scc
include beagleboard.scc
# default policy for preempt-rt kernels
include features/latencytop/latencytop.scc
include features/profiling/profiling.scc
|