# # Makefile for the Linux proc filesystem routines. # obj-y += proc.o CFLAGS_task_mmu.o += $(call cc-option,-Wno-override-init,) proc-y := nommu.o task_nommu.o proc-$(CONFIG_MMU) := task_mmu.o proc-y += inode.o root.o base.o generic.o array.o \ fd.o proc-$(CONFIG_TTY) += proc_tty.o proc-y += cmdline.o proc-y += consoles.o proc-y += cpuinfo.o proc-y += devices.o proc-y += interrupts.o proc-y += loadavg.o proc-y += meminfo.o proc-y += stat.o proc-y += uptime.o proc-y += version.o proc-y += softirqs.o proc-y += namespaces.o proc-y += self.o proc-y += thread_self.o proc-$(CONFIG_PROC_SYSCTL) += proc_sysctl.o proc-$(CONFIG_NET) += proc_net.o proc-$(CONFIG_PROC_KCORE) += kcore.o proc-$(CONFIG_PROC_VMCORE) += vmcore.o proc-$(CONFIG_PRINTK) += kmsg.o proc-$(CONFIG_PROC_PAGE_MONITOR) += page.o .git/'>net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/net/qrtr/Makefile
name='id' value='050aaeab99067b6a08b34274ff15ca5dbb94a160'/>
AgeCommit message (Collapse)AuthorFilesLines
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-10-15 09:20:54 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-10-15 09:20:54 -0700
commit050aaeab99067b6a08b34274ff15ca5dbb94a160 (patch)
treea890901359957ad5eebfc5144f2ff047a4a581b9 /tools/testing/selftests/mqueue
parentb26b5ef5ec7eab0e1d84c5b281e87b2f2a5e0586 (diff)
parentfdd8218d7d1bd0ccb9a3f4c58bf77773691a56cc (diff)
Merge tag 'sound-fix-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Pull sound fixes from Takashi Iwai: "Just a few trivial small fixes" * tag 'sound-fix-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: ALSA: line6: fix a crash in line6_hwdep_write() ALSA: seq: fix passing wrong pointer in function call of compatibility layer ALSA: hda - Fix a failure of micmute led when having multi adcs ALSA: line6: Fix POD X3 Live audio input
Diffstat (limited to 'tools/testing/selftests/mqueue')