mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
common: create a Component class to factor out builds
Not yet finished factoring, but half way there, do for all build-
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
import multiprocessing
|
||||
import os
|
||||
import shutil
|
||||
import sys
|
||||
import time
|
||||
|
||||
@@ -43,7 +42,7 @@ def main(args, extra_args=None):
|
||||
) == 0
|
||||
|
||||
# Build the toolchain.
|
||||
shutil.copy2(
|
||||
common.cp(
|
||||
os.path.join(common.root_dir, 'crosstool_ng_config', args.arch),
|
||||
defconfig_dest
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user