diff options
Diffstat (limited to 'sound/pci/ymfpci/Makefile')
-rw-r--r-- | sound/pci/ymfpci/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/pci/ymfpci/Makefile b/sound/pci/ymfpci/Makefile new file mode 100644 index 000000000000..8790c5f3ed02 --- /dev/null +++ b/sound/pci/ymfpci/Makefile | |||
@@ -0,0 +1,9 @@ | |||
1 | # | ||
2 | # Makefile for ALSA | ||
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz> | ||
4 | # | ||
5 | |||
6 | snd-ymfpci-objs := ymfpci.o ymfpci_main.o | ||
7 | |||
8 | # Toplevel Module Dependency | ||
9 | obj-$(CONFIG_SND_YMFPCI) += snd-ymfpci.o | ||