diff options
Diffstat (limited to 'sound/pci/trident/Makefile')
-rw-r--r-- | sound/pci/trident/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/trident/Makefile b/sound/pci/trident/Makefile index e8975bc37f..476d16abcf 100644 --- a/sound/pci/trident/Makefile +++ b/sound/pci/trident/Makefile @@ -4,7 +4,7 @@ # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> # -snd-trident-objs := trident.o trident_main.o trident_memory.o +snd-trident-y := trident.o trident_main.o trident_memory.o # Toplevel Module Dependency obj-$(CONFIG_SND_TRIDENT) += snd-trident.o |