Skip to content

Commit 66f0a9e

Browse files
masahir0ympe
authored andcommitted
powerpc/vdso64: remove meaningless vgettimeofday.o build rule
VDSO64 is only built for the 64-bit kernel, hence vgettimeofday.o is built by the generic rule in scripts/Makefile.build. This line does not provide anything useful. Signed-off-by: Masahiro Yamada <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent bce7449 commit 66f0a9e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/powerpc/kernel/vdso64/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ asflags-y := -D__VDSO64__ -s
3232
targets += vdso64.lds
3333
CPPFLAGS_vdso64.lds += -P -C -U$(ARCH)
3434

35-
$(obj)/vgettimeofday.o: %.o: %.c FORCE
36-
3735
# link rule for the .so file, .lds has to be first
3836
$(obj)/vdso64.so.dbg: $(src)/vdso64.lds $(obj-vdso64) $(obj)/vgettimeofday.o FORCE
3937
$(call if_changed,vdso64ld_and_check)

0 commit comments

Comments
 (0)