Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
3d8e164857e6a71dd709dbc82266d6a7fa7f29a6
/
.
/
arch
/
x86
/
entry
/
Makefile
blob: bd55dedd7614aee2c38e5793a47c66197403f34c [
file
] [
log
] [
blame
]
#
# Makefile for the x86 low level entry code
#
obj
-
y
:=
entry_$
(
BITS
).
o thunk_$
(
BITS
).
o syscall_$
(
BITS
).
o
obj
-
y
+=
common
.
o
obj
-
y
+=
vdso
/
obj
-
y
+=
vsyscall
/
obj
-
$
(
CONFIG_IA32_EMULATION
)
+=
entry_64_compat
.
o syscall_32
.
o