summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc
index 6399a4b535..0f5a582446 100644
--- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc
+++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc
@@ -13,18 +13,15 @@ define KARCH mips
13 13
14{{ if qemuarch == "i386": }} 14{{ if qemuarch == "i386": }}
15include bsp/common-pc/common-pc-preempt-rt 15include bsp/common-pc/common-pc-preempt-rt
16branch {{=machine}}
17{{ if qemuarch == "x86_64": }} 16{{ if qemuarch == "x86_64": }}
18include bsp/common-pc-64/common-pc-64-preempt-rt 17include bsp/common-pc-64/common-pc-64-preempt-rt
19branch {{=machine}}
20{{ if qemuarch == "arm": }} 18{{ if qemuarch == "arm": }}
21include bsp/arm-versatile-926ejs/arm-versatile-926ejs-preempt-rt 19include bsp/arm-versatile-926ejs/arm-versatile-926ejs-preempt-rt
22branch {{=machine}}
23{{ if qemuarch == "powerpc": }} 20{{ if qemuarch == "powerpc": }}
24include bsp/qemu-ppc32/qemu-ppc32-rt 21include bsp/qemu-ppc32/qemu-ppc32-rt
25branch {{=machine}}
26{{ if qemuarch == "mips": }} 22{{ if qemuarch == "mips": }}
27include bsp/mti-malta32/mti-malta32-be-preempt-rt 23include bsp/mti-malta32/mti-malta32-be-preempt-rt
24{{ if need_new_kbranch == "y": }}
28branch {{=machine}} 25branch {{=machine}}
29 26
30include {{=machine}}.scc 27include {{=machine}}.scc