Merge 1d83f7bdce0261ebdebfb63a10b93fc8665167ba into 594abed8639b4f4a7fc9b7898d85eb48acbd0072

This commit is contained in:
Francis Lam 2025-04-04 09:27:39 -04:00 committed by GitHub
commit 57514d313b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@
u-root_url := github.com/u-root/u-root
u-root_output := $(build)/$(BOARD)/u-root.cpio
UROOT_CMDS ?=
UROOT_TEMPLATE ?=
export GOPATH=$(build)/go
u-root_src_cmds := $(foreach cmd,$(UROOT_CMDS),github.com/u-root/u-root/cmds/$(cmd))
@ -34,6 +35,7 @@ $(u-root_output): $(u-root_build) $(u-root_uinit)
-format=cpio \
-o $@ \
$(u-root_src_cmds)\
$(UROOT_TEMPLATE) \
)
# Override the initrd inputs and add in the kernel modules