brintos

brintos / linux-shallow public Read only

0
0
Text · 299 B · 013a777 Raw
15 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-cs4231-y := cs4231.o8snd-cs4236-y := cs4236.o cs4236_lib.o9 10# Toplevel Module Dependency11obj-$(CONFIG_SND_CS4231) += snd-cs4231.o12obj-$(CONFIG_SND_CS4236) += snd-cs4236.o13 14 15