Commit 7f2d973a authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

staging: lustre: obdecho: remove ccflags from Makefile



Fix up the relative paths in the .c files to properly build with the
Makefile change.

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: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3ee30015
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
obj-$(CONFIG_LUSTRE_FS) += obdecho.o
obdecho-y := echo_client.o lproc_echo.o


ccflags-y := -I$(src)/../include
+5 −5
Original line number Diff line number Diff line
@@ -41,11 +41,11 @@

#define DEBUG_SUBSYSTEM S_ECHO

#include <obd_support.h>
#include <obd_class.h>
#include <lustre_debug.h>
#include <lustre_dlm.h>
#include <lprocfs_status.h>
#include "../include/obd_support.h"
#include "../include/obd_class.h"
#include "../include/lustre_debug.h"
#include "../include/lustre_dlm.h"
#include "../include/lprocfs_status.h"

#include "echo_internal.h"

+10 −10
Original line number Diff line number Diff line
@@ -37,16 +37,16 @@
#define DEBUG_SUBSYSTEM S_ECHO
#include "../../include/linux/libcfs/libcfs.h"

#include <obd.h>
#include <obd_support.h>
#include <obd_class.h>
#include <lustre_debug.h>
#include <lprocfs_status.h>
#include <cl_object.h>
#include <md_object.h>
#include <lustre_fid.h>
#include <lustre_acl.h>
#include <lustre_net.h>
#include "../include/obd.h"
#include "../include/obd_support.h"
#include "../include/obd_class.h"
#include "../include/lustre_debug.h"
#include "../include/lprocfs_status.h"
#include "../include/cl_object.h"
#include "../include/md_object.h"
#include "../include/lustre_fid.h"
#include "../include/lustre_acl.h"
#include "../include/lustre_net.h"

#include "echo_internal.h"

+2 −2
Original line number Diff line number Diff line
@@ -33,8 +33,8 @@
 */
#define DEBUG_SUBSYSTEM S_ECHO

#include <lprocfs_status.h>
#include <obd_class.h>
#include "../include/lprocfs_status.h"
#include "../include/obd_class.h"

#ifdef LPROCFS
LPROC_SEQ_FOPS_RO_TYPE(echo, uuid);