Loading net/ceph/Makefile +0 −22 Original line number Diff line number Diff line # # Makefile for CEPH filesystem. # ifneq ($(KERNELRELEASE),) obj-$(CONFIG_CEPH_LIB) += libceph.o libceph-objs := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \ Loading @@ -16,22 +13,3 @@ libceph-objs := 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 Loading
net/ceph/Makefile +0 −22 Original line number Diff line number Diff line # # Makefile for CEPH filesystem. # ifneq ($(KERNELRELEASE),) obj-$(CONFIG_CEPH_LIB) += libceph.o libceph-objs := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \ Loading @@ -16,22 +13,3 @@ libceph-objs := 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