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:
Elliott Hughes 2022-10-04 20:21:20 +00:00
parent 8d585e2334
commit dc810a3c13

View file

@ -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" ]