From: Jani Nikula Date: Mon, 16 Dec 2013 11:10:36 +0000 (+0200) Subject: drm/i915: only build i915_debugfs.c when CONFIG_DEBUG_FS is enabled X-Git-Tag: v3.14-rc1~47^2~16^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a57750f210ef4dcf271cd24d9b3e2ee0d267ad03;p=pandora-kernel.git drm/i915: only build i915_debugfs.c when CONFIG_DEBUG_FS is enabled The whole file is wrapped around in #if defined(CONFIG_DEBUG_FS) anyway, so skip the file at the build level already. Signed-off-by: Jani Nikula Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed