diff --git a/libc/kernel/tools/defaults.py b/libc/kernel/tools/defaults.py index 99bbc3ea1..5fe907cd9 100644 --- a/libc/kernel/tools/defaults.py +++ b/libc/kernel/tools/defaults.py @@ -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" ]