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