mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-20 09:16:21 +00:00
modules/coreboot: Remove errant _depend variable
This was spelled wrong - it's actually '_depends'. 'initrd' isn't a module any more so the value doesn't make sense, remove it. Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
This commit is contained in:
parent
555dde0b43
commit
d8a89e7e12
@ -160,7 +160,6 @@ $(coreboot_module)_target := \
|
||||
|
||||
$(coreboot_module)_output := $(CONFIG_COREBOOT_ROM)
|
||||
$(coreboot_module)_output += $(CONFIG_COREBOOT_BOOTBLOCK)
|
||||
$(coreboot_module)_depend += linux initrd $(musl_dep)
|
||||
|
||||
# Force a rebuild if the inputs have changed
|
||||
$(build)/$(coreboot_dir)/.build: \
|
||||
|
Loading…
x
Reference in New Issue
Block a user