From 758ea5eb4d7bd2e18ce1aeafdb78aa063948ab16 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Tue, 10 Aug 2010 18:03:08 -0700 Subject: [PATCH] --- yaml --- r: 208532 b: refs/heads/master c: cfbef3cb16658046c6faa8c9816018dd11ae62f0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/proc/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5fb89c8741b3..aa7bfb0f1eae 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a2a20c412c86e0bb46a9ab0dd31bcfe6d201b913 +refs/heads/master: cfbef3cb16658046c6faa8c9816018dd11ae62f0 diff --git a/trunk/fs/proc/Makefile b/trunk/fs/proc/Makefile index 11a7b5c68153..2758e2afc518 100644 --- a/trunk/fs/proc/Makefile +++ b/trunk/fs/proc/Makefile @@ -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