brintos

brintos / linux-shallow public Read only

0
0
Text · 305 B · 0a96e23 Raw
14 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Makefile for ALSA4# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>5#6 7snd-mpu401-y := mpu401.o8snd-mpu401-uart-y := mpu401_uart.o9 10obj-$(CONFIG_SND_MPU401_UART) += snd-mpu401-uart.o11 12# Toplevel Module Dependency13obj-$(CONFIG_SND_MPU401) += snd-mpu401.o14