mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-29 18:11:13 -04:00
10 lines
195 B
Makefile
10 lines
195 B
Makefile
#
|
|
# Makefile for ALSA
|
|
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
|
|
#
|
|
|
|
snd-ymfpci-objs := ymfpci.o ymfpci_main.o
|
|
|
|
# Toplevel Module Dependency
|
|
obj-$(CONFIG_SND_YMFPCI) += snd-ymfpci.o
|