blob: ccc364eca6922e4ffa8c42e7563de5db3d27ceb0 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001# SPDX-License-Identifier: GPL-2.0-only
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002#
3# Makefile for ALSA
4#
5
6snd-sgi-o2-objs := sgio2audio.o ad1843.o
7snd-sgi-hal2-objs := hal2.o
8
9# Toplevel Module Dependency
10obj-$(CONFIG_SND_SGI_O2) += snd-sgi-o2.o
11obj-$(CONFIG_SND_SGI_HAL2) += snd-sgi-hal2.o