From: compudj Date: Wed, 29 Mar 2006 17:11:25 +0000 (+0000) Subject: first test X-Git-Tag: v0.12.20~1760 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=911eed48909eb9fc56b6e95c8a2aca9578bd967f;p=lttv.git first test git-svn-id: http://ltt.polymtl.ca/svn@1729 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/tests/kernel/Makefile b/tests/kernel/Makefile index 3a16de31..cc8bd836 100644 --- a/tests/kernel/Makefile +++ b/tests/kernel/Makefile @@ -1,7 +1,7 @@ ifneq ($(KERNELRELEASE),) ifneq ($(CONFIG_LTT),) - obj-m := ltt-facility-loader-tests.o - obj-m := test-time-probe.o + obj-m += ltt-facility-loader-tests.o + obj-m += test-time-probe.o #test-l1-hit-probe.o test-int-response.o test-instrument-size-small.o test-instrument-size-med.o test-instrument-size-big.o test-time-precision.o endif