mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 23:03:06 +00:00
10 lines
200 B
Makefile
10 lines
200 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for ALSA
|
|
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
|
|
#
|
|
|
|
snd-vx222-objs := vx222.o vx222_ops.o
|
|
|
|
obj-$(CONFIG_SND_VX222) += snd-vx222.o
|