mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 19:51:35 +01:00
start the big userland migration
This commit is contained in:
@@ -140,7 +140,6 @@ Default: build all examples that have their package dependencies met, e.g.:
|
||||
has_packages = set(self.env['has_package'])
|
||||
ccflags = [
|
||||
'-I', self.env['root_dir'], LF,
|
||||
'-I', self.env['userland_source_dir'], LF,
|
||||
'-O0', LF,
|
||||
'-Wall', LF,
|
||||
'-Werror', LF,
|
||||
@@ -333,11 +332,12 @@ Default: build all examples that have their package dependencies met, e.g.:
|
||||
if error is not None:
|
||||
print(error)
|
||||
return 1
|
||||
self.sh.copy_dir_if_update(
|
||||
srcdir=build_dir,
|
||||
destdir=self.env['out_rootfs_overlay_lkmc_dir'],
|
||||
filter_ext=self.env['userland_build_ext'],
|
||||
)
|
||||
if not self.env['in_tree']:
|
||||
self.sh.copy_dir_if_update(
|
||||
srcdir=build_dir,
|
||||
destdir=self.env['out_rootfs_overlay_lkmc_dir'],
|
||||
filter_ext=self.env['userland_build_ext'],
|
||||
)
|
||||
return 0
|
||||
|
||||
def clean(self):
|
||||
|
||||
Reference in New Issue
Block a user