projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c13db9
)
s390: remove unused parameter from Makefile
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Thu, 16 Nov 2017 12:49:50 +0000
(13:49 +0100)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Thu, 16 Nov 2017 14:06:21 +0000
(15:06 +0100)
Remove unused parameter from the call function,
which I accidentally added.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/tools/Makefile
patch
|
blob
|
history
diff --git
a/arch/s390/tools/Makefile
b/arch/s390/tools/Makefile
index 2ebf2872cc16b6bc84990e30100501da87682ce5..2e70e25de07aea8de3d405b3c04d14299329f7ee 100644
(file)
--- a/
arch/s390/tools/Makefile
+++ b/
arch/s390/tools/Makefile
@@
-21,4
+21,4
@@
include/generated/facilities.h: $(obj)/gen_facilities FORCE
$(call filechk,facilities.h)
include/generated/dis.h: $(obj)/gen_opcode_table FORCE
- $(call filechk,dis.h
,__FUN
)
+ $(call filechk,dis.h)