projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bce7449
)
powerpc/vdso64: remove meaningless vgettimeofday.o build rule
author
Masahiro Yamada
<masahiroy@kernel.org>
Wed, 23 Dec 2020 17:11:42 +0000
(
02:11
+0900)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Sat, 30 Jan 2021 11:23:42 +0000
(22:23 +1100)
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 <masahiroy@kernel.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/r/20201223171142.707053-2-masahiroy@kernel.org
arch/powerpc/kernel/vdso64/Makefile
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/vdso64/Makefile
b/arch/powerpc/kernel/vdso64/Makefile
index a06fb9b461fc776d08e0a9696756af4555fdb585..2813e3f98db65611e0c83ac1891fe5b30b445820 100644
(file)
--- a/
arch/powerpc/kernel/vdso64/Makefile
+++ b/
arch/powerpc/kernel/vdso64/Makefile
@@
-32,8
+32,6
@@
asflags-y := -D__VDSO64__ -s
targets += vdso64.lds
CPPFLAGS_vdso64.lds += -P -C -U$(ARCH)
-$(obj)/vgettimeofday.o: %.o: %.c FORCE
-
# link rule for the .so file, .lds has to be first
$(obj)/vdso64.so.dbg: $(src)/vdso64.lds $(obj-vdso64) $(obj)/vgettimeofday.o FORCE
$(call if_changed,vdso64ld_and_check)