Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab35727e authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky
Browse files

s390: remove unused parameter from Makefile



Remove unused parameter from the call function,
which I accidentally added.

Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 5c13db9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)