OSDN Git Service

staging: lustre: remove some unneeded cflags
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Jul 2014 03:58:15 +0000 (20:58 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Jul 2014 03:58:15 +0000 (20:58 -0700)
The lnet code did not even need the cflags setting in the Makefile, so
remove it, as it is not doing anything at all.

Cc: Andreas Dilger <andreas.dilger@intel.com>
Cc: Oleg Drokin <oleg.drokin@intel.com>
Cc: hpdd-discuss <hpdd-discuss@lists.01.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/klnds/o2iblnd/Makefile
drivers/staging/lustre/lnet/klnds/socklnd/Makefile
drivers/staging/lustre/lnet/lnet/Makefile
drivers/staging/lustre/lnet/selftest/Makefile

index 71b7d84..e0a7aa7 100644 (file)
@@ -1,5 +1,2 @@
 obj-$(CONFIG_LNET_XPRT_IB) += ko2iblnd.o
 ko2iblnd-y := o2iblnd.o o2iblnd_cb.o o2iblnd_modparams.o
-
-
-ccflags-y := -I$(src)/../../include
index 6494b2b..f3fb877 100644 (file)
@@ -1,7 +1,3 @@
 obj-$(CONFIG_LNET) += ksocklnd.o
 
 ksocklnd-y := socklnd.o socklnd_cb.o socklnd_proto.o socklnd_modparams.o socklnd_lib-linux.o
-
-
-
-ccflags-y := -I$(src)/../../include
index b815fe1..336b8ea 100644 (file)
@@ -3,6 +3,3 @@ obj-$(CONFIG_LNET) += lnet.o
 lnet-y := api-ni.o config.o lib-me.o lib-msg.o lib-eq.o        \
          lib-md.o lib-ptl.o lib-move.o module.o lo.o router.o          \
          router_proc.o acceptor.o peer.o
-
-
-ccflags-y := -I$(src)/../include
index 1e40aee..c0de6e2 100644 (file)
@@ -2,5 +2,3 @@ obj-$(CONFIG_LNET_SELFTEST) := lnet_selftest.o
 
 lnet_selftest-y := console.o conrpc.o conctl.o framework.o timer.o rpc.o \
                   module.o ping_test.o brw_test.o
-
-ccflags-y := -I$(src)/../include