summaryrefslogtreecommitdiff
path: root/drivers/misc/mei/Makefile
diff options
context:
space:
mode:
authorTomas Winkler <tomas.winkler@intel.com>2013-04-05 19:10:34 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-04-05 22:49:17 (GMT)
commit30e53bb8ffb1f3270ad89196d9799057008d9537 (patch)
tree94fe085a9e40cc0cc215053c4dedaa91acee73ac /drivers/misc/mei/Makefile
parenta864ec76db575b158427ec7fa624cd30ede5e038 (diff)
downloadlinux-fsl-qoriq-30e53bb8ffb1f3270ad89196d9799057008d9537.tar.xz
mei: add debugfs hooks
debugfs exposes device state and list of me clients and their properties Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mei/Makefile')
-rw-r--r--drivers/misc/mei/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/mei/Makefile b/drivers/misc/mei/Makefile
index 1b29f7c..3612d57 100644
--- a/drivers/misc/mei/Makefile
+++ b/drivers/misc/mei/Makefile
@@ -11,6 +11,7 @@ mei-objs += main.o
mei-objs += amthif.o
mei-objs += wd.o
mei-objs += bus.o
+mei-$(CONFIG_DEBUG_FS) += debugfs.o
obj-$(CONFIG_INTEL_MEI_ME) += mei-me.o
mei-me-objs := pci-me.o