linuxdebug/drivers/misc/ibmasm/Makefile

17 lines
279 B
Makefile
Raw Permalink Normal View History

2024-07-16 15:50:57 +02:00
# 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