aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/Makefile
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@mpi-sws.org>2015-08-09 07:18:46 -0400
committerBjoern Brandenburg <bbb@mpi-sws.org>2015-08-09 06:21:17 -0400
commitfc6ac04ddc314b9cff5bdb92c8330569658076a3 (patch)
treeeda30cc3610074a32d24679c2cf426d31fcd3663 /litmus/Makefile
parent13a30b8fd8fd4a5f41d0bb82718024e5a3823c2e (diff)
Add TRACE() debug tracing support
This patch adds the infrastructure for the TRACE() debug macro. Conflicts: kernel/printk.c
Diffstat (limited to 'litmus/Makefile')
-rw-r--r--litmus/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/litmus/Makefile b/litmus/Makefile
index 99f90c34f141..07f065f9748f 100644
--- a/litmus/Makefile
+++ b/litmus/Makefile
@@ -3,4 +3,5 @@
3# 3#
4 4
5obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o 5obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o
6obj-$(CONFIG_SCHED_DEBUG_TRACE) += sched_trace.o
6obj-$(CONFIG_SCHED_OVERHEAD_TRACE) += trace.o 7obj-$(CONFIG_SCHED_OVERHEAD_TRACE) += trace.o