Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « ibmasm « misc « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1b9dd0f44411d77edc255401903eadba7a5597f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SPDX-License-Identifier: GPL-2.0

obj-$(CONFIG_IBM_ASM) := ibmasm.o

ibmasm-y :=	module.o      \
		ibmasmfs.o    \
		event.o       \
		command.o     \
		remote.o      \
		heartbeat.o   \
		r_heartbeat.o \
		dot_command.o \
		lowlevel.o

ibmasm-$(CONFIG_SERIAL_8250) += uart.o