~ [ 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-5.15.171)


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

~ [ 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