]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/misc/ibmasm/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / drivers / misc / ibmasm / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 obj-$(CONFIG_IBM_ASM) := ibmasm.o
4
5 ibmasm-y := module.o \
6 ibmasmfs.o \
7 event.o \
8 command.o \
9 remote.o \
10 heartbeat.o \
11 r_heartbeat.o \
12 dot_command.o \
13 lowlevel.o
14
15 ibmasm-$(CONFIG_SERIAL_8250) += uart.o
16