mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
linux: Add dependency on host-module-init-tools
In order to not depend on module init tools being installed on the development environment of the Buildroot user, let's build module init tools for the host. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -17,3 +17,5 @@ MODULE_INIT_TOOLS_AUTORECONF=YES
|
||||
HOST_MODULE_INIT_TOOLS_AUTORECONF=YES
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,module-init-tools))
|
||||
$(eval $(call AUTOTARGETS,package,module-init-tools,host))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user