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.scc10
1 files changed, 5 insertions, 5 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 14554da285..43cf642d49 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
@@ -4,15 +4,15 @@ define KMACHINE {{=machine}}
4define KARCH {{=qemuarch}} 4define KARCH {{=qemuarch}}
5 5
6{{ if qemuarch == "i386" or qemuarch == "x86_64": }} 6{{ if qemuarch == "i386" or qemuarch == "x86_64": }}
7include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} 7include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} nopatch
8{{ if qemuarch == "arm": }} 8{{ if qemuarch == "arm": }}
9include bsp/arm-versatile-926ejs/arm-versatile-926ejs-standard 9include bsp/arm-versatile-926ejs/arm-versatile-926ejs-standard nopatch
10{{ if qemuarch == "powerpc": }} 10{{ if qemuarch == "powerpc": }}
11include bsp/qemu-ppc32/qemu-ppc32-standard 11include bsp/qemu-ppc32/qemu-ppc32-standard nopatch
12{{ if qemuarch == "mips": }} 12{{ if qemuarch == "mips": }}
13include bsp/mti-malta32/mti-malta32-be-standard 13include bsp/mti-malta32/mti-malta32-be-standard nopatch
14{{ if qemuarch == "mips64": }} 14{{ if qemuarch == "mips64": }}
15include bsp/mti-malta64/mti-malta64-be-standard 15include bsp/mti-malta64/mti-malta64-be-standard nopatch
16{{ if need_new_kbranch == "y": }} 16{{ if need_new_kbranch == "y": }}
17define KTYPE {{=new_kbranch}} 17define KTYPE {{=new_kbranch}}
18branch {{=machine}} 18branch {{=machine}}