File tree Expand file tree Collapse file tree 14 files changed +13
-13
lines changed Expand file tree Collapse file tree 14 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: GPL-2.0
22
33# Include the generic Makefile to check the built vdso.
4- include $(srctree ) /lib/vdso/Makefile
4+ include $(srctree ) /lib/vdso/Makefile.include
55
66hostprogs := vdsomunge
77
Original file line number Diff line number Diff line change 77#
88
99# Include the generic Makefile to check the built vdso.
10- include $(srctree ) /lib/vdso/Makefile
10+ include $(srctree ) /lib/vdso/Makefile.include
1111
1212obj-vdso := vgettimeofday.o note.o sigreturn.o vgetrandom.o vgetrandom-chacha.o
1313
Original file line number Diff line number Diff line change 33# Makefile for vdso32
44#
55
6- include $(srctree ) /lib/vdso/Makefile
6+ include $(srctree ) /lib/vdso/Makefile.include
77
88# Same as cc-*option, but using CC_COMPAT instead of CC
99ifeq ($(CONFIG_CC_IS_CLANG ) , y)
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: GPL-2.0-only
22
33# Include the generic Makefile to check the built vdso.
4- include $(srctree ) /lib/vdso/Makefile
4+ include $(srctree ) /lib/vdso/Makefile.include
55
66# Symbols present in the vdso
77vdso-syms += rt_sigreturn
Original file line number Diff line number Diff line change 22# Objects to go into the VDSO.
33
44# Include the generic Makefile to check the built vdso.
5- include $(srctree ) /lib/vdso/Makefile
5+ include $(srctree ) /lib/vdso/Makefile.include
66
77obj-vdso-y := elf.o vgetcpu.o vgettimeofday.o vgetrandom.o \
88 vgetrandom-chacha.o sigreturn.o
Original file line number Diff line number Diff line change 22# Objects to go into the VDSO.
33
44# Include the generic Makefile to check the built vdso.
5- include $(srctree ) /lib/vdso/Makefile
5+ include $(srctree ) /lib/vdso/Makefile.include
66
77obj-vdso-y := elf.o vgettimeofday.o sigreturn.o
88
Original file line number Diff line number Diff line change 11# Include the generic Makefile to check the built vdso.
2- include $(srctree ) /lib/vdso/Makefile
2+ include $(srctree ) /lib/vdso/Makefile.include
33
44KCOV_INSTRUMENT := n
55
Original file line number Diff line number Diff line change 11# Include the generic Makefile to check the built vdso.
2- include $(srctree ) /lib/vdso/Makefile
2+ include $(srctree ) /lib/vdso/Makefile.include
33
44KCOV_INSTRUMENT := n
55
Original file line number Diff line number Diff line change 33# List of files in the vdso, has to be asm only for now
44
55# Include the generic Makefile to check the built vdso.
6- include $(srctree ) /lib/vdso/Makefile
6+ include $(srctree ) /lib/vdso/Makefile.include
77
88obj-vdso32 = sigtramp32-32.o gettimeofday-32.o datapage-32.o cacheflush-32.o note-32.o getcpu-32.o
99obj-vdso64 = sigtramp64-64.o gettimeofday-64.o datapage-64.o cacheflush-64.o note-64.o getcpu-64.o
Original file line number Diff line number Diff line change 22# Copied from arch/tile/kernel/vdso/Makefile
33
44# Include the generic Makefile to check the built vdso.
5- include $(srctree ) /lib/vdso/Makefile
5+ include $(srctree ) /lib/vdso/Makefile.include
66# Symbols present in the vdso
77vdso-syms = rt_sigreturn
88ifdef CONFIG_64BIT
You can’t perform that action at this time.
0 commit comments