mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
procfs: simplify conditional processing of fs/proc.o.
Since the entire fs/proc directory is conditionally included based on CONFIG_PROC_FS, it's redundant to check that same variable within that directory. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
a2a20c412c
commit
cfbef3cb16
@ -2,7 +2,7 @@
|
||||
# Makefile for the Linux proc filesystem routines.
|
||||
#
|
||||
|
||||
obj-$(CONFIG_PROC_FS) += proc.o
|
||||
obj-y += proc.o
|
||||
|
||||
proc-y := nommu.o task_nommu.o
|
||||
proc-$(CONFIG_MMU) := mmu.o task_mmu.o
|
||||
|
Loading…
x
Reference in New Issue
Block a user