📄 makefile
字号:
## Makefile for ALSA# Copyright (c) 1999,2001 by Jaroslav Kysela <perex@perex.cz>#snd-y := sound.o init.o memory.o info.o control.o misc.o device.osnd-$(CONFIG_ISA_DMA_API) += isadma.osnd-$(CONFIG_SND_OSSEMUL) += sound_oss.o info_oss.osnd-pcm-objs := pcm.o pcm_native.o pcm_lib.o pcm_timer.o pcm_misc.o \ pcm_memory.osnd-page-alloc-y := memalloc.osnd-page-alloc-$(CONFIG_HAS_DMA) += sgbuf.osnd-rawmidi-objs := rawmidi.osnd-timer-objs := timer.osnd-rtctimer-objs := rtctimer.osnd-hwdep-objs := hwdep.oobj-$(CONFIG_SND) += snd.oobj-$(CONFIG_SND_HWDEP) += snd-hwdep.oobj-$(CONFIG_SND_TIMER) += snd-timer.oobj-$(CONFIG_SND_RTCTIMER) += snd-rtctimer.oobj-$(CONFIG_SND_PCM) += snd-pcm.o snd-page-alloc.oobj-$(CONFIG_SND_RAWMIDI) += snd-rawmidi.oobj-$(CONFIG_SND_OSSEMUL) += oss/obj-$(CONFIG_SND_SEQUENCER) += seq/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -