repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
sound
/
isa
/
wss
/
Makefile
blob
34d0636b3dc37f0d764e2edb2e1cd283497c9f0e
1
# SPDX-License-Identifier: GPL-2.0-only
2
#
3
# Makefile for ALSA
4
# Copyright (c) 2008 by Jaroslav Kysela <perex@perex.cz>
5
#
6
7
snd-wss-lib-objs
:=
wss_lib.o
8
9
# Toplevel Module Dependency
10
obj-
$(
CONFIG_SND_WSS_LIB
) +=
snd-wss-lib.o
11