mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 21:17:55 +00:00
modules/iotools: add as binary
This commit is contained in:
parent
94c36b9c8e
commit
7da9a7e136
1
Makefile
1
Makefile
@ -527,6 +527,7 @@ bin_modules-$(CONFIG_KBD) += kbd
|
|||||||
bin_modules-$(CONFIG_ZSTD) += zstd
|
bin_modules-$(CONFIG_ZSTD) += zstd
|
||||||
bin_modules-$(CONFIG_E2FSPROGS) += e2fsprogs
|
bin_modules-$(CONFIG_E2FSPROGS) += e2fsprogs
|
||||||
bin_modules-$(CONFIG_EXFATPROGS) += exfatprogs
|
bin_modules-$(CONFIG_EXFATPROGS) += exfatprogs
|
||||||
|
bin_modules-$(CONFIG_IOTOOLS) += iotools
|
||||||
|
|
||||||
$(foreach m, $(bin_modules-y), \
|
$(foreach m, $(bin_modules-y), \
|
||||||
$(call map,initrd_bin_add,$(call bins,$m)) \
|
$(call map,initrd_bin_add,$(call bins,$m)) \
|
||||||
|
22
modules/iotools
Normal file
22
modules/iotools
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
modules-$(CONFIG_IOTOOLS) += iotools
|
||||||
|
|
||||||
|
iotools_depends := pciutils $(musl_dep)
|
||||||
|
|
||||||
|
iotools_version := 18949fdc4dedb1da3f51ee83a582b112fb9f2c71
|
||||||
|
iotools_dir := iotools-$(iotools_version)
|
||||||
|
iotools_tar := $(iotools_dir).tar.gz
|
||||||
|
iotools_url := https://github.com/adurbin/iotools/archive/$(iotools_version).tar.gz
|
||||||
|
iotools_hash := 8df266f55cd8e79328faa0e274edc082de3f6c240617a28ace93abdace324ec2
|
||||||
|
|
||||||
|
iotools_cfg := \
|
||||||
|
|
||||||
|
iotools_target := \
|
||||||
|
$(MAKE_JOBS) \
|
||||||
|
$(CROSS_TOOLS) \
|
||||||
|
|
||||||
|
iotools_output := \
|
||||||
|
iotools
|
||||||
|
|
||||||
|
iotools_libraries := \
|
||||||
|
|
||||||
|
iotools_configure :=
|
Loading…
Reference in New Issue
Block a user