mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-13 02:35:54 +00:00
12 lines
226 B
Makefile
12 lines
226 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
#
|
||
|
# Makefile for ALSA
|
||
|
# Copyright (c) 2008 by Jaroslav Kysela <perex@perex.cz>
|
||
|
#
|
||
|
|
||
|
snd-wss-lib-objs := wss_lib.o
|
||
|
|
||
|
# Toplevel Module Dependency
|
||
|
obj-$(CONFIG_SND_WSS_LIB) += snd-wss-lib.o
|
||
|
|