summaryrefslogtreecommitdiffstats
path: root/sound/drivers/mpu401/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sound/drivers/mpu401/Makefile')
-rw-r--r--sound/drivers/mpu401/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/drivers/mpu401/Makefile b/sound/drivers/mpu401/Makefile
index 3dfd5b374c4f..0a96e238ee92 100644
--- a/sound/drivers/mpu401/Makefile
+++ b/sound/drivers/mpu401/Makefile
@@ -4,8 +4,8 @@
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
#
-snd-mpu401-objs := mpu401.o
-snd-mpu401-uart-objs := mpu401_uart.o
+snd-mpu401-y := mpu401.o
+snd-mpu401-uart-y := mpu401_uart.o
obj-$(CONFIG_SND_MPU401_UART) += snd-mpu401-uart.o