diff options
Diffstat (limited to 'sound/mips')
-rw-r--r-- | sound/mips/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/mips/Makefile b/sound/mips/Makefile index 7c86268b2b..bfbf3bda48 100644 --- a/sound/mips/Makefile +++ b/sound/mips/Makefile @@ -3,8 +3,8 @@ # Makefile for ALSA # -snd-sgi-o2-objs := sgio2audio.o ad1843.o -snd-sgi-hal2-objs := hal2.o +snd-sgi-o2-y := sgio2audio.o ad1843.o +snd-sgi-hal2-y := hal2.o # Toplevel Module Dependency obj-$(CONFIG_SND_SGI_O2) += snd-sgi-o2.o |