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 1
1
# SPDX-License-Identifier: GPL-2.0
2
2
3
3
# Include the generic Makefile to check the built vdso.
4
- include $(srctree ) /lib/vdso/Makefile
4
+ include $(srctree ) /lib/vdso/Makefile.include
5
5
6
6
hostprogs := vdsomunge
7
7
Original file line number Diff line number Diff line change 7
7
#
8
8
9
9
# Include the generic Makefile to check the built vdso.
10
- include $(srctree ) /lib/vdso/Makefile
10
+ include $(srctree ) /lib/vdso/Makefile.include
11
11
12
12
obj-vdso := vgettimeofday.o note.o sigreturn.o vgetrandom.o vgetrandom-chacha.o
13
13
Original file line number Diff line number Diff line change 3
3
# Makefile for vdso32
4
4
#
5
5
6
- include $(srctree ) /lib/vdso/Makefile
6
+ include $(srctree ) /lib/vdso/Makefile.include
7
7
8
8
# Same as cc-*option, but using CC_COMPAT instead of CC
9
9
ifeq ($(CONFIG_CC_IS_CLANG ) , y)
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: GPL-2.0-only
2
2
3
3
# Include the generic Makefile to check the built vdso.
4
- include $(srctree ) /lib/vdso/Makefile
4
+ include $(srctree ) /lib/vdso/Makefile.include
5
5
6
6
# Symbols present in the vdso
7
7
vdso-syms += rt_sigreturn
Original file line number Diff line number Diff line change 2
2
# Objects to go into the VDSO.
3
3
4
4
# Include the generic Makefile to check the built vdso.
5
- include $(srctree ) /lib/vdso/Makefile
5
+ include $(srctree ) /lib/vdso/Makefile.include
6
6
7
7
obj-vdso-y := elf.o vgetcpu.o vgettimeofday.o vgetrandom.o \
8
8
vgetrandom-chacha.o sigreturn.o
Original file line number Diff line number Diff line change 2
2
# Objects to go into the VDSO.
3
3
4
4
# Include the generic Makefile to check the built vdso.
5
- include $(srctree ) /lib/vdso/Makefile
5
+ include $(srctree ) /lib/vdso/Makefile.include
6
6
7
7
obj-vdso-y := elf.o vgettimeofday.o sigreturn.o
8
8
Original file line number Diff line number Diff line change 1
1
# Include the generic Makefile to check the built vdso.
2
- include $(srctree ) /lib/vdso/Makefile
2
+ include $(srctree ) /lib/vdso/Makefile.include
3
3
4
4
KCOV_INSTRUMENT := n
5
5
Original file line number Diff line number Diff line change 1
1
# Include the generic Makefile to check the built vdso.
2
- include $(srctree ) /lib/vdso/Makefile
2
+ include $(srctree ) /lib/vdso/Makefile.include
3
3
4
4
KCOV_INSTRUMENT := n
5
5
Original file line number Diff line number Diff line change 3
3
# List of files in the vdso, has to be asm only for now
4
4
5
5
# Include the generic Makefile to check the built vdso.
6
- include $(srctree ) /lib/vdso/Makefile
6
+ include $(srctree ) /lib/vdso/Makefile.include
7
7
8
8
obj-vdso32 = sigtramp32-32.o gettimeofday-32.o datapage-32.o cacheflush-32.o note-32.o getcpu-32.o
9
9
obj-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 2
2
# Copied from arch/tile/kernel/vdso/Makefile
3
3
4
4
# Include the generic Makefile to check the built vdso.
5
- include $(srctree ) /lib/vdso/Makefile
5
+ include $(srctree ) /lib/vdso/Makefile.include
6
6
# Symbols present in the vdso
7
7
vdso-syms = rt_sigreturn
8
8
ifdef CONFIG_64BIT
Original file line number Diff line number Diff line change 2
2
# List of files in the vdso
3
3
4
4
# Include the generic Makefile to check the built vdso.
5
- include $(srctree ) /lib/vdso/Makefile
5
+ include $(srctree ) /lib/vdso/Makefile.include
6
6
obj-vdso32 = vdso_user_wrapper-32.o note-32.o
7
7
8
8
# Build rules
Original file line number Diff line number Diff line change 2
2
# List of files in the vdso
3
3
4
4
# Include the generic Makefile to check the built vdso.
5
- include $(srctree ) /lib/vdso/Makefile
5
+ include $(srctree ) /lib/vdso/Makefile.include
6
6
obj-vdso64 = vdso_user_wrapper.o note.o vgetrandom-chacha.o
7
7
obj-cvdso64 = vdso64_generic.o getcpu.o vgetrandom.o
8
8
VDSO_CFLAGS_REMOVE := -pg $(CC_FLAGS_FTRACE ) $(CC_FLAGS_EXPOLINE )
Original file line number Diff line number Diff line change 4
4
#
5
5
6
6
# Include the generic Makefile to check the built vDSO:
7
- include $(srctree ) /lib/vdso/Makefile
7
+ include $(srctree ) /lib/vdso/Makefile.include
8
8
9
9
# Files to link into the vDSO:
10
10
vobjs-y := vdso-note.o vclock_gettime.o vgetcpu.o vgetrandom.o vgetrandom-chacha.o
File renamed without changes.
You can’t perform that action at this time.
0 commit comments