Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 4495c08e84729385774601b5146d51d9e5849f81 authored by Linus Torvalds on 12 March 2017, 21:47:08 UTC
Linux 4.11-rc2
Tip revision: 4495c08
Makefile
#
# Makefile for ALSA
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
#

snd-trident-objs := trident.o trident_main.o trident_memory.o

# Toplevel Module Dependency
obj-$(CONFIG_SND_TRIDENT) += snd-trident.o
back to top