mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
build-baremetal: enable parallel build and target selection just like build-userland
The factoring out also led to some small bugs being found and solved ;-)
This commit is contained in:
@@ -23,7 +23,7 @@ https://github.com/cirosantilli/linux-kernel-module-cheat#release-zip
|
||||
for root, dirnames, filenames in os.walk(self.env['baremetal_build_dir']):
|
||||
for filename in sorted(filenames):
|
||||
path = os.path.join(root, filename)
|
||||
if os.path.splitext(path)[1] == self.env['baremetal_build_ext']:
|
||||
if os.path.splitext(path)[1] == self.env['baremetal_executable_ext']:
|
||||
self.zip_files.append(path)
|
||||
|
||||
def teardown(self):
|
||||
|
||||
Reference in New Issue
Block a user