3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 06:44:18 +00:00
Brooklyn/drivers/misc/ibmasm/Makefile
2022-04-02 18:17:33 +05:00

17 lines
279 B
Makefile

# 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