mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-12 10:15:54 +00:00
12 lines
222 B
Makefile
12 lines
222 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
#
|
||
|
# Makefile for ALSA
|
||
|
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
|
||
|
#
|
||
|
|
||
|
snd-ad1848-objs := ad1848.o
|
||
|
|
||
|
# Toplevel Module Dependency
|
||
|
obj-$(CONFIG_SND_AD1848) += snd-ad1848.o
|
||
|
|