summaryrefslogtreecommitdiff
path: root/Makefile.d/modules/coreboot.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.d/modules/coreboot.mk')
-rw-r--r--Makefile.d/modules/coreboot.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.d/modules/coreboot.mk b/Makefile.d/modules/coreboot.mk
index 1cf2309..1099039 100644
--- a/Makefile.d/modules/coreboot.mk
+++ b/Makefile.d/modules/coreboot.mk
@@ -29,7 +29,7 @@ define rule_coreboot_utils
src/%(arch)/coreboot/util/%(coreboot_util): | src/%(arch)/coreboot
test -d $@
endef
-$(eval $(call multiglob,coreboot_utils,arch coreboot_utils))
+$(eval $(call multiglob,coreboot_utils,arch coreboot_util))
# The builddeps stamp needs to depend on 3 "utility" builddeps
$(foreach arch,$(arches),tmp/builddeps-stamps/$(arch)/coreboot): \