mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-21 19:53:59 +08: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
|
||
|
|