• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/korg1212/
1#
2# Makefile for ALSA
3# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
4#
5
6snd-korg1212-objs := korg1212.o
7
8# Toplevel Module Dependency
9obj-$(CONFIG_SND_KORG1212) += snd-korg1212.o
10