Blame view

kernel/linux-rt-4.4.41/sound/pci/ac97/Makefile 257 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
10
  #
  # Makefile for ALSA
  # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
  #
  
  snd-ac97-codec-y := ac97_codec.o ac97_pcm.o
  snd-ac97-codec-$(CONFIG_SND_PROC_FS) += ac97_proc.o
  
  # Toplevel Module Dependency
  obj-$(CONFIG_SND_AC97_CODEC) += snd-ac97-codec.o