diff options
author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2015-08-09 07:18:46 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2015-08-09 06:21:17 -0400 |
commit | fc6ac04ddc314b9cff5bdb92c8330569658076a3 (patch) | |
tree | eda30cc3610074a32d24679c2cf426d31fcd3663 /litmus/Makefile | |
parent | 13a30b8fd8fd4a5f41d0bb82718024e5a3823c2e (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/Makefile | 1 |
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 | ||
5 | obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o | 5 | obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o |
6 | obj-$(CONFIG_SCHED_DEBUG_TRACE) += sched_trace.o | ||
6 | obj-$(CONFIG_SCHED_OVERHEAD_TRACE) += trace.o | 7 | obj-$(CONFIG_SCHED_OVERHEAD_TRACE) += trace.o |