summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lnet/lnet/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/lnet/Makefile
parent9fdaf8c0b92ab374f8501eb47855776afc928e45 (diff)
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/lnet/Makefile')
-rw-r--r--drivers/staging/lustre/lnet/lnet/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/lustre/lnet/lnet/Makefile b/drivers/staging/lustre/lnet/lnet/Makefile
index b815fe12b10a..336b8ea4fdf6 100644
--- a/drivers/staging/lustre/lnet/lnet/Makefile
+++ b/drivers/staging/lustre/lnet/lnet/Makefile
@@ -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