Merge "Remove unused variable."
This commit is contained in:
commit
9ba92331dd
|
@ -5,9 +5,6 @@
|
||||||
import time, os, sys
|
import time, os, sys
|
||||||
from utils import *
|
from utils import *
|
||||||
|
|
||||||
# the list of supported architectures
|
|
||||||
kernel_archs = [ 'arm', 'arm64', 'x86' ]
|
|
||||||
|
|
||||||
# the list of include directories that belong to the kernel
|
# the list of include directories that belong to the kernel
|
||||||
# tree. used when looking for sources...
|
# tree. used when looking for sources...
|
||||||
kernel_dirs = [ "linux", "asm", "asm-generic", "mtd" ]
|
kernel_dirs = [ "linux", "asm", "asm-generic", "mtd" ]
|
||||||
|
|
Loading…
Reference in New Issue