diff options
author | Carsten Emde <C.Emde@osadl.org> | 2011-07-19 13:53:12 +0100 |
---|---|---|
committer | Steven Rostedt <rostedt@rostedt.homelinux.com> | 2013-06-06 21:18:38 -0400 |
commit | cef326a65183a32c9e51163f337a052d37c675b6 (patch) | |
tree | 48b632a3b1a9029f85bee589a9a10e78b1fe64d6 /drivers/misc/Makefile | |
parent | a96f81b6beedcc6594fc868eb58f487d58997102 (diff) | |
download | linux-rt-cef326a65183a32c9e51163f337a052d37c675b6.tar.gz |
hwlatdetect.patch
Jon Masters developed this wonderful SMI detector. For details please
consult Documentation/hwlat_detector.txt. It could be ported to Linux
3.0 RT without any major change.
Signed-off-by: Carsten Emde <C.Emde@osadl.org>
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r-- | drivers/misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index b88df7a350b8..ba8c8ae3c2e6 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -50,3 +50,4 @@ obj-y += carma/ obj-$(CONFIG_USB_SWITCH_FSA9480) += fsa9480.o obj-$(CONFIG_ALTERA_STAPL) +=altera-stapl/ obj-$(CONFIG_INTEL_MEI) += mei/ +obj-$(CONFIG_HWLAT_DETECTOR) += hwlat_detector.o |