From: Greg Kroah-Hartman Date: Sat, 12 Jul 2014 03:51:16 +0000 (-0700) Subject: staging: lustre: remove top level ccflags variable X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~900 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fdaf8c0b92ab374f8501eb47855776afc928e45;p=pandora-kernel.git staging: lustre: remove top level ccflags variable We need to remove the ccflags from the Lustre code as it prevents individual object files from building properly in the kernel build system. It also hids the horrid mess that the Lustre include files are made up of. Start out by removing the toplevel ccflags variable pointing to drivers/staging/lustre/include/ as a valid include path. This requires the absolute include markings of a bunch of .h and .c files, which is also done here. Cc: Andreas Dilger Cc: Oleg Drokin Cc: hpdd-discuss Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed