mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 12:16:29 -04:00
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
@@ -1,5 +1,2 @@
|
||||
obj-$(CONFIG_LUSTRE_FS) += obdecho.o
|
||||
obdecho-y := echo_client.o lproc_echo.o
|
||||
|
||||
|
||||
ccflags-y := -I$(src)/../include
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user