mirror of
https://github.com/linuxboot/heads.git
synced 2025-04-08 03:44:29 +00:00
Merge 1d83f7bdce0261ebdebfb63a10b93fc8665167ba into 594abed8639b4f4a7fc9b7898d85eb48acbd0072
This commit is contained in:
commit
57514d313b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user