repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
of: MSI: Simplify irqdomain lookup
[linux/fpc-iii.git]
/
arch
/
x86
/
entry
/
Makefile
blob
bd55dedd7614aee2c38e5793a47c66197403f34c
1
#
2
# Makefile for the x86 low level entry code
3
#
4
obj-y
:=
entry_
$(
BITS
)
.o thunk_
$(
BITS
)
.o syscall_
$(
BITS
)
.o
5
obj-y
+=
common.o
6
7
obj-y
+=
vdso
/
8
obj-y
+=
vsyscall
/
9
10
obj-
$(
CONFIG_IA32_EMULATION
) +=
entry_64_compat.o syscall_32.o
11