summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-standard.scc
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-standard.scc')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-standard.scc4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-standard.scc b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-standard.scc
index 9ed66c3ebf..4def04ac7b 100644
--- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-standard.scc
+++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-standard.scc
@@ -12,10 +12,10 @@ define KARCH powerpc
12define KARCH mips 12define KARCH mips
13 13
14{{ if qemuarch == "i386": }} 14{{ if qemuarch == "i386": }}
15include bsp/common-pc/common-pc-standard 15include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
16branch {{=machine}} 16branch {{=machine}}
17{{ if qemuarch == "x86_64": }} 17{{ if qemuarch == "x86_64": }}
18include bsp/common-pc-64/common-pc-64-standard 18include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
19branch {{=machine}} 19branch {{=machine}}
20{{ if qemuarch == "arm": }} 20{{ if qemuarch == "arm": }}
21include bsp/arm-versatile-926ejs/arm-versatile-926ejs-standard 21include bsp/arm-versatile-926ejs/arm-versatile-926ejs-standard