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:
Jonathon Hall 2023-08-11 10:50:12 -04:00
parent 555dde0b43
commit d8a89e7e12
No known key found for this signature in database
GPG Key ID: 1E9C3CA91AE25114

View File

@ -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: \