summaryrefslogtreecommitdiff
path: root/scripts/mod/Makefile
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-12-16 13:41:43 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2009-12-16 13:41:48 +1100
commit31b7570a2c1a9aac4fedd3f00bfcde7ac49114e2 (patch)
treebee5d7b25d7c1bcdf55e5010e8d5bdebb699d428 /scripts/mod/Makefile
parent514db723a5c473712106c1bb15fd97a505c0fcea (diff)
parent9dd4c5ab546fcac98cfb9ca24ed5cc1bf7f08334 (diff)
Merge branch 'quilt/rr'
Diffstat (limited to 'scripts/mod/Makefile')
-rw-r--r--scripts/mod/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mod/Makefile b/scripts/mod/Makefile
index 11d69c35e5b4..ff954f8168c1 100644
--- a/scripts/mod/Makefile
+++ b/scripts/mod/Makefile
@@ -8,7 +8,7 @@ modpost-objs := modpost.o file2alias.o sumversion.o
$(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o: $(obj)/elfconfig.h
quiet_cmd_elfconfig = MKELF $@
- cmd_elfconfig = $(obj)/mk_elfconfig $(ARCH) < $< > $@
+ cmd_elfconfig = $(obj)/mk_elfconfig < $< > $@
$(obj)/elfconfig.h: $(obj)/empty.o $(obj)/mk_elfconfig FORCE
$(call if_changed,elfconfig)