mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-08 09:50:03 +00:00
10 lines
185 B
Makefile
10 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
|