mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
Fix uinit setup
This commit is contained in:
parent
4c8e97eda1
commit
6104c5bdd4
@ -24,7 +24,7 @@ $(GOPATH)/bin/u-root:
|
||||
ifeq "y" "$(shell [ -r 'boards/$(BOARD)/uinit.go' ] && echo y)"
|
||||
u-root_uinit := $(GOPATH)/src/github.com/u-root/u-root/cmds/uinit/uinit.go
|
||||
$(u-root_uinit): $(u-root_build) boards/$(BOARD)/uinit.go
|
||||
$(call install,$<,$@)
|
||||
$(call install,boards/$(BOARD)/uinit.go,$@)
|
||||
endif
|
||||
|
||||
$(u-root_output): $(u-root_build) $(u-root_uinit)
|
||||
|
Loading…
Reference in New Issue
Block a user