summaryrefslogtreecommitdiff
path: root/Makefile.d/modules/coreboot.mk
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-12-29 12:17:06 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-12-29 12:17:06 -0500
commitc220f779c3ac2d3de2525461da65f89f21b7f467 (patch)
tree0890aa60dd6c5472922eb31fb41eecef0f00a47d /Makefile.d/modules/coreboot.mk
parentbfbb55ed6430f6b4d9bb49d4f2592ef9a5713e75 (diff)
fix (mostly incorrect pluralization)
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): \