Remove unused variable.
Looks like we're not using this any more, so rather than add risc-v, let's just remove this list. Test: treehugger Change-Id: I24bb22235c55d48c7dcbae94514ce8dcd03521c3
This commit is contained in:
parent
8d585e2334
commit
dc810a3c13
1 changed files with 0 additions and 3 deletions
|
@ -5,9 +5,6 @@
|
|||
import time, os, sys
|
||||
from utils import *
|
||||
|
||||
# the list of supported architectures
|
||||
kernel_archs = [ 'arm', 'arm64', 'x86' ]
|
||||
|
||||
# the list of include directories that belong to the kernel
|
||||
# tree. used when looking for sources...
|
||||
kernel_dirs = [ "linux", "asm", "asm-generic", "mtd" ]
|
||||
|
|
Loading…
Reference in a new issue