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
staging: erofs: integrate decompression inplace
[linux/fpc-iii.git]
/
drivers
/
misc
/
ibmasm
/
Makefile
blob
1b9dd0f44411d77edc255401903eadba7a5597f4
1
# SPDX-License-Identifier: GPL-2.0
2
3
obj-
$(
CONFIG_IBM_ASM
) :=
ibmasm.o
4
5
ibmasm-y
:=
module.o \
6
ibmasmfs.o \
7
event.o \
8
command.o \
9
remote.o \
10
heartbeat.o \
11
r_heartbeat.o \
12
dot_command.o \
13
lowlevel.o
14
15
ibmasm-
$(
CONFIG_SERIAL_8250
) +=
uart.o
16