mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
9 lines
185 B
Makefile
9 lines
185 B
Makefile
#
|
|
# Makefile for ALSA
|
|
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
|
|
#
|
|
|
|
snd-ali5451-objs := ali5451.o
|
|
|
|
# Toplevel Module Dependency
|
|
obj-$(CONFIG_SND_ALI5451) += snd-ali5451.o
|