]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - fs/proc/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / fs / proc / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the Linux proc filesystem routines.
4 #
5
6 obj-y += proc.o
7
8 CFLAGS_task_mmu.o += $(call cc-option,-Wno-override-init,)
9 proc-y := nommu.o task_nommu.o
10 proc-$(CONFIG_MMU) := task_mmu.o
11
12 proc-y += inode.o root.o base.o generic.o array.o \
13 fd.o
14 proc-$(CONFIG_TTY) += proc_tty.o
15 proc-y += cmdline.o
16 proc-y += consoles.o
17 proc-y += cpuinfo.o
18 proc-y += devices.o
19 proc-y += interrupts.o
20 proc-y += loadavg.o
21 proc-y += meminfo.o
22 proc-y += stat.o
23 proc-y += uptime.o
24 proc-y += version.o
25 proc-y += softirqs.o
26 proc-y += namespaces.o
27 proc-y += self.o
28 proc-y += thread_self.o
29 proc-$(CONFIG_PROC_SYSCTL) += proc_sysctl.o
30 proc-$(CONFIG_NET) += proc_net.o
31 proc-$(CONFIG_PROC_KCORE) += kcore.o
32 proc-$(CONFIG_PROC_VMCORE) += vmcore.o
33 proc-$(CONFIG_PRINTK) += kmsg.o
34 proc-$(CONFIG_PROC_PAGE_MONITOR) += page.o