Chromium Code Reviews| Index: build/config/mips.gni |
| diff --git a/build/config/mips.gni b/build/config/mips.gni |
| index f544d9452284276f3f35d6ad789f33af639cb864..132a721bca46be14908cf47d5e7f18d4d33795c1 100644 |
| --- a/build/config/mips.gni |
| +++ b/build/config/mips.gni |
| @@ -18,3 +18,14 @@ if (cpu_arch == "mipsel") { |
| } |
| } |
| } |
| + |
| +# MIPS DSP ASE revision. Possible values are: |
| +# 0: unavailable |
| +# 1: revision 1 |
| +# 2: revision 2 |
| +# Default: 0. |
| +if (cpu_arch == "mipsel") { |
| + declare_args() { |
| + mips_dsp_rev = 0 |
| + } |
| +} |