aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/Makefile
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@mpi-sws.org>2013-06-23 06:00:35 -0400
committerBjoern Brandenburg <bbb@mpi-sws.org>2013-08-07 03:16:44 -0400
commita20a7105a2206eb4b9c791aa276f4233bb453214 (patch)
tree07323bf1ab014ef53239be76e4f12d380295fa17 /litmus/Makefile
parentfe983e95cab78aee27211a56f4ac6708b35f424c (diff)
Feather-Trace: add generic ftdev device driver
This patch adds the ftdev device driver, which is used to export samples collected with Feather-Trace to userspace.
Diffstat (limited to 'litmus/Makefile')
-rw-r--r--litmus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/Makefile b/litmus/Makefile
index 4c6130b58bae..bca61e6deb71 100644
--- a/litmus/Makefile
+++ b/litmus/Makefile
@@ -2,4 +2,4 @@
2# Makefile for LITMUS^RT 2# Makefile for LITMUS^RT
3# 3#
4 4
5obj-$(CONFIG_FEATHER_TRACE) += ft_event.o 5obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o