brintos

brintos / linux-shallow public Read only

0
0
Text · 297 B · c74e769 Raw
12 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Makefile for ALSA4# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>5#6 7snd-ac97-codec-y := ac97_codec.o ac97_pcm.o8snd-ac97-codec-$(CONFIG_SND_PROC_FS) += ac97_proc.o9 10# Toplevel Module Dependency11obj-$(CONFIG_SND_AC97_CODEC) += snd-ac97-codec.o12