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 71b7d8418357a16af43ec3da20d580a1483baedd..e0a7aa72b7d512a4249e435e1a142b4cef569e66 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 6494b2bada05dbd8aa838fbc2ebb92d64c78629b..f3fb8778c3ad6758fb779c4388e8c909f9f5fa55 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 b815fe12b10a6b00c3500aac7c575f89f4bb27fe..336b8ea4fdf6c0483141a2bf087fa7f727b326cd 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 1e40aeea29621722a353002e3f4188d5abdc50ee..c0de6e2d96d03be02133ed80a24f84536e6c34f1 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