Sign in
gbmc
/
linux
/
refs/heads/linux-rolling-stable
/
.
/
arch
/
x86
/
entry
/
vdso
/
Makefile
blob: 987b43fd4cd395a1ec9cb487722a2dc914bb878d [
file
] [
edit
]
# SPDX-License-Identifier: GPL-2.0
#
# Building vDSO images for x86.
#
# Regular kernel objects
obj
-
y
:=
vma
.
o extable
.
o
obj
-
$
(
CONFIG_COMPAT_32
)
+=
vdso32
-
setup
.
o
# vDSO directories
obj
-
$
(
CONFIG_X86_64
)
+=
vdso64
/
obj
-
$
(
CONFIG_COMPAT_32
)
+=
vdso32
/