- # SPDX-License-Identifier: GPL-2.0-only
- #
- # Makefile for ALSA
- # Copyright (c) 2001 by Jaroslav Kysela <[email protected]>
- #
- snd-trident-objs := trident.o trident_main.o trident_memory.o
- # Toplevel Module Dependency
- obj-$(CONFIG_SND_TRIDENT) += snd-trident.o
|