All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Net: ceph: Makefile: Remove unnessary code
@ 2010-11-22  1:23 Tracey Dent
  2010-11-28  1:39 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Tracey Dent @ 2010-11-22  1:23 UTC (permalink / raw)
  To: sage; +Cc: ceph-devel, linux-kernel, netdev, davem, Tracey Dent

Remove the if and else conditional because the code is in mainline and there
is no need in it being there.

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
---
 net/ceph/Makefile |   22 ----------------------
 1 files changed, 0 insertions(+), 22 deletions(-)

diff --git a/net/ceph/Makefile b/net/ceph/Makefile
index 153bdec..e87ef43 100644
--- a/net/ceph/Makefile
+++ b/net/ceph/Makefile
@@ -1,9 +1,6 @@
 #
 # Makefile for CEPH filesystem.
 #
-
-ifneq ($(KERNELRELEASE),)
-
 obj-$(CONFIG_CEPH_LIB) += libceph.o
 
 libceph-y := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \
@@ -16,22 +13,3 @@ libceph-y := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \
 	ceph_fs.o ceph_strings.o ceph_hash.o \
 	pagevec.o
 
-else
-#Otherwise we were called directly from the command
-# line; invoke the kernel build system.
-
-KERNELDIR ?= /lib/modules/$(shell uname -r)/build
-PWD := $(shell pwd)
-
-default: all
-
-all:
-	$(MAKE) -C $(KERNELDIR) M=$(PWD) CONFIG_CEPH_LIB=m modules
-
-modules_install:
-	$(MAKE) -C $(KERNELDIR) M=$(PWD) CONFIG_CEPH_LIB=m modules_install
-
-clean:
-	$(MAKE) -C $(KERNELDIR) M=$(PWD) clean
-
-endif
-- 
1.7.3.2.245.g03276


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Net: ceph: Makefile: Remove unnessary code
  2010-11-22  1:23 [PATCH] Net: ceph: Makefile: Remove unnessary code Tracey Dent
@ 2010-11-28  1:39 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-11-28  1:39 UTC (permalink / raw)
  To: tdent48227; +Cc: sage, ceph-devel, linux-kernel, netdev

From: Tracey Dent <tdent48227@gmail.com>
Date: Sun, 21 Nov 2010 20:23:50 -0500

> Remove the if and else conditional because the code is in mainline and there
> is no need in it being there.
> 
> Signed-off-by: Tracey Dent <tdent48227@gmail.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-28  1:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-22  1:23 [PATCH] Net: ceph: Makefile: Remove unnessary code Tracey Dent
2010-11-28  1:39 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.