~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/sound/core/Makefile

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /sound/core/Makefile (Version linux-6.12-rc7) and /sound/core/Makefile (Version linux-2.6.32.71)


  1 # SPDX-License-Identifier: GPL-2.0             << 
  2 #                                                   1 #
  3 # Makefile for ALSA                                 2 # Makefile for ALSA
  4 # Copyright (c) 1999,2001 by Jaroslav Kysela <p      3 # Copyright (c) 1999,2001 by Jaroslav Kysela <perex@perex.cz>
  5 #                                                   4 #
  6                                                     5 
  7 snd-y     := sound.o init.o memory.o control.o !!   6 snd-y     := sound.o init.o memory.o info.o control.o misc.o device.o
  8 ifneq ($(CONFIG_SND_PROC_FS),)                 << 
  9 snd-y += info.o                                << 
 10 snd-$(CONFIG_SND_OSSEMUL) += info_oss.o        << 
 11 endif                                          << 
 12 snd-$(CONFIG_ISA_DMA_API) += isadma.o               7 snd-$(CONFIG_ISA_DMA_API) += isadma.o
 13 snd-$(CONFIG_SND_OSSEMUL) += sound_oss.o       !!   8 snd-$(CONFIG_SND_OSSEMUL) += sound_oss.o info_oss.o
 14 snd-$(CONFIG_SND_VMASTER) += vmaster.o              9 snd-$(CONFIG_SND_VMASTER) += vmaster.o
 15 snd-$(CONFIG_SND_JACK)    += ctljack.o jack.o  !!  10 snd-$(CONFIG_SND_JACK)    += jack.o
 16                                                    11 
 17 snd-pcm-y := pcm.o pcm_native.o pcm_lib.o pcm_ !!  12 snd-pcm-objs := pcm.o pcm_native.o pcm_lib.o pcm_timer.o pcm_misc.o \
 18                 pcm_memory.o memalloc.o        !!  13                 pcm_memory.o
 19 snd-pcm-$(CONFIG_SND_PCM_TIMER) += pcm_timer.o << 
 20 snd-pcm-$(CONFIG_SND_PCM_ELD) += pcm_drm_eld.o << 
 21 snd-pcm-$(CONFIG_SND_PCM_IEC958) += pcm_iec958 << 
 22                                                << 
 23 # for trace-points                             << 
 24 CFLAGS_pcm_lib.o := -I$(src)                   << 
 25 CFLAGS_pcm_native.o := -I$(src)                << 
 26                                                << 
 27 snd-pcm-dmaengine-y := pcm_dmaengine.o         << 
 28                                                << 
 29 snd-ctl-led-y  := control_led.o                << 
 30 snd-rawmidi-y  := rawmidi.o                    << 
 31 snd-ump-y      := ump.o                        << 
 32 snd-ump-$(CONFIG_SND_UMP_LEGACY_RAWMIDI) += um << 
 33 snd-timer-y    := timer.o                      << 
 34 snd-hrtimer-y  := hrtimer.o                    << 
 35 snd-hwdep-y    := hwdep.o                      << 
 36 snd-seq-device-y := seq_device.o               << 
 37                                                    14 
 38 snd-compress-y := compress_offload.o           !!  15 snd-page-alloc-y := memalloc.o
                                                   >>  16 snd-page-alloc-$(CONFIG_SND_DMA_SGBUF) += sgbuf.o
                                                   >>  17 
                                                   >>  18 snd-rawmidi-objs  := rawmidi.o
                                                   >>  19 snd-timer-objs    := timer.o
                                                   >>  20 snd-hrtimer-objs  := hrtimer.o
                                                   >>  21 snd-rtctimer-objs := rtctimer.o
                                                   >>  22 snd-hwdep-objs    := hwdep.o
 39                                                    23 
 40 obj-$(CONFIG_SND)               += snd.o           24 obj-$(CONFIG_SND)               += snd.o
 41 obj-$(CONFIG_SND_CTL_LED)       += snd-ctl-led << 
 42 obj-$(CONFIG_SND_HWDEP)         += snd-hwdep.o     25 obj-$(CONFIG_SND_HWDEP)         += snd-hwdep.o
 43 obj-$(CONFIG_SND_TIMER)         += snd-timer.o     26 obj-$(CONFIG_SND_TIMER)         += snd-timer.o
 44 obj-$(CONFIG_SND_HRTIMER)       += snd-hrtimer     27 obj-$(CONFIG_SND_HRTIMER)       += snd-hrtimer.o
 45 obj-$(CONFIG_SND_PCM)           += snd-pcm.o   !!  28 obj-$(CONFIG_SND_RTCTIMER)      += snd-rtctimer.o
 46 obj-$(CONFIG_SND_DMAENGINE_PCM) += snd-pcm-dma !!  29 obj-$(CONFIG_SND_PCM)           += snd-pcm.o snd-page-alloc.o
 47 obj-$(CONFIG_SND_SEQ_DEVICE)    += snd-seq-dev << 
 48 obj-$(CONFIG_SND_RAWMIDI)       += snd-rawmidi     30 obj-$(CONFIG_SND_RAWMIDI)       += snd-rawmidi.o
 49 obj-$(CONFIG_SND_UMP)           += snd-ump.o   << 
 50                                                << 
 51 obj-$(CONFIG_SND_CORE_TEST)     += sound_kunit << 
 52                                                    31 
 53 obj-$(CONFIG_SND_OSSEMUL)       += oss/            32 obj-$(CONFIG_SND_OSSEMUL)       += oss/
 54 obj-$(CONFIG_SND_SEQUENCER)     += seq/            33 obj-$(CONFIG_SND_SEQUENCER)     += seq/
 55                                                << 
 56 obj-$(CONFIG_SND_COMPRESS_OFFLOAD)      += snd << 
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php