From ace9429bb58fd418f0c81d4c2835699bddf6bde6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:27:49 +0200 Subject: Adding upstream version 6.6.15. Signed-off-by: Daniel Baumann --- sound/sparc/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sound/sparc/Makefile (limited to 'sound/sparc/Makefile') diff --git a/sound/sparc/Makefile b/sound/sparc/Makefile new file mode 100644 index 0000000000..e1f596571d --- /dev/null +++ b/sound/sparc/Makefile @@ -0,0 +1,13 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Makefile for ALSA +# Copyright (c) 2002 by David S. Miller +# + +snd-sun-amd7930-objs := amd7930.o +snd-sun-cs4231-objs := cs4231.o +snd-sun-dbri-objs := dbri.o + +obj-$(CONFIG_SND_SUN_AMD7930) += snd-sun-amd7930.o +obj-$(CONFIG_SND_SUN_CS4231) += snd-sun-cs4231.o +obj-$(CONFIG_SND_SUN_DBRI) += snd-sun-dbri.o -- cgit v1.2.3