summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/selftest/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-11 20:58:15 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-11 20:58:15 -0700
commit5c4fcfbe3f64c6803ccc2ff3653347f9d84ac729 (patch)
tree4f1bf0fc33d765ae661fef55e834974f4e8fb4b8 /drivers/staging/lustre/lnet/selftest/Makefile
parent9fdaf8c0b92ab374f8501eb47855776afc928e45 (diff)
downloadlinux-5c4fcfbe3f64c6803ccc2ff3653347f9d84ac729.tar.bz2
staging: lustre: remove some unneeded cflags
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>
Diffstat (limited to 'drivers/staging/lustre/lnet/selftest/Makefile')
-rw-r--r--drivers/staging/lustre/lnet/selftest/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lnet/selftest/Makefile b/drivers/staging/lustre/lnet/selftest/Makefile
index 1e40aeea2962..c0de6e2d96d0 100644
--- a/drivers/staging/lustre/lnet/selftest/Makefile
+++ b/drivers/staging/lustre/lnet/selftest/Makefile
@@ -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