]> Git Repo - linux.git/blob - drivers/misc/ibmasm/Makefile
quota: Wire up quotactl_fd syscall
[linux.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
This page took 0.036472 seconds and 4 git commands to generate.