repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
17 lines
279 B
Makefile
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
|
|
|