brintos

brintos / linux-shallow public Read only

0
0
Text · 350 B · 0a03123 Raw
14 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for ALSA4# Copyright (c) 2002 by David S. Miller <davem@redhat.com>5#6 7snd-sun-amd7930-y := amd7930.o8snd-sun-cs4231-y := cs4231.o9snd-sun-dbri-y := dbri.o10 11obj-$(CONFIG_SND_SUN_AMD7930) += snd-sun-amd7930.o12obj-$(CONFIG_SND_SUN_CS4231) += snd-sun-cs4231.o13obj-$(CONFIG_SND_SUN_DBRI) += snd-sun-dbri.o14