mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 00:36:50 +07:00
16 lines
244 B
Makefile
16 lines
244 B
Makefile
|
|
||
|
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
|
||
|
|