Skip to content

Commit

Permalink
Automatic merge of 'fixes-test' into merge-test (2024-09-28 09:09)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpe committed Sep 27, 2024
2 parents 37794b7 + f554416 commit c17a1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/kernel/vdso/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ endif

ifneq ($(c-getrandom-y),)
CFLAGS_vgetrandom-32.o += -include $(c-getrandom-y)
CFLAGS_vgetrandom-64.o += -include $(c-getrandom-y) $(call cc-option, -ffixed-r30)
CFLAGS_vgetrandom-64.o += -include $(c-getrandom-y)
endif

# Build rules
Expand Down

0 comments on commit c17a1a1

Please sign in to comment.