mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
bak
This commit is contained in:
8
build
8
build
@@ -339,6 +339,14 @@ so looping over all of them would waste time.
|
||||
self._build_file('build-userland'),
|
||||
dependencies=['buildroot'],
|
||||
),
|
||||
'userland-host': _Component(
|
||||
self._build_file('build-userland'),
|
||||
apt_get_pkgs={
|
||||
'libdrm-dev',
|
||||
'libeigen3-dev',
|
||||
'libopenblas-dev',
|
||||
},
|
||||
),
|
||||
'userland-gem5': _Component(
|
||||
self._build_file('build-userland', static=True, userland_build_id='static'),
|
||||
dependencies=['buildroot'],
|
||||
|
||||
Reference in New Issue
Block a user