xref: /linux/sound/drivers/mpu401/Makefile (revision 67f9c312b0a7f4bc869376d2a68308e673235954)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Makefile for ALSA
4# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
5#
6
7snd-mpu401-y := mpu401.o
8snd-mpu401-uart-y := mpu401_uart.o
9
10obj-$(CONFIG_SND_MPU401_UART) += snd-mpu401-uart.o
11
12# Toplevel Module Dependency
13obj-$(CONFIG_SND_MPU401) += snd-mpu401.o
14