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