blob: 78c9dc6eeb2ddfd8ff066fe7e30b9fb9005835db (
plain)
1
2
3
4
5
6
7
8
9
|
#
# Makefile for ALSA
# Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
#
snd-korg1212-objs := korg1212.o
# Toplevel Module Dependency
obj-$(CONFIG_SND_KORG1212) += snd-korg1212.o
|