mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-25 12:44:01 +00:00
10 lines
199 B
Makefile
10 lines
199 B
Makefile
#
|
|
# Makefile for ALSA
|
|
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
|
|
#
|
|
|
|
snd-ad1816a-objs := ad1816a.o ad1816a_lib.o
|
|
|
|
# Toplevel Module Dependency
|
|
obj-$(CONFIG_SND_AD1816A) += snd-ad1816a.o
|