mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-19 15:39:07 +00:00
11 lines
186 B
Makefile
11 lines
186 B
Makefile
|
#
|
||
|
# 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
|
||
|
|