mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 12:04:27 +01:00
settling on not splitting --args per script for now
This commit is contained in:
@@ -129,7 +129,9 @@ usually extra Buildroot targets.
|
||||
config_fragments = [
|
||||
os.path.join(common.root_dir, 'buildroot_config', 'default')
|
||||
] + args.config_fragment
|
||||
common.write_configs(common.buildroot_config_file, configs, config_fragments)
|
||||
# TODO Can't get rid of these for now with nice fragments on Buildroot:
|
||||
# http://stackoverflow.com/questions/44078245/is-it-possible-to-use-config-fragments-with-buildroots-config
|
||||
self.sh.write_configs(common.buildroot_config_file, configs, config_fragments)
|
||||
common.run_cmd(
|
||||
[
|
||||
'make', common.Newline,
|
||||
|
||||
Reference in New Issue
Block a user