Cleanup: coding style and comments of net.h
[lttng-modules.git] / Makefile
index 4804dfef0e157d43b6437c0694b2a55bd3f977d4..c2b12132dab6fa69ded50b4ae91be0d9252d2a7d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -92,6 +92,7 @@ ifneq ($(KERNELRELEASE),)
 
   obj-$(CONFIG_LTTNG) += probes/
   obj-$(CONFIG_LTTNG) += lib/
+  obj-$(CONFIG_LTTNG) += tests/
 
 else # KERNELRELEASE
 
@@ -103,7 +104,9 @@ KERNELDIR ?= /lib/modules/$(shell uname -r)/build
 PWD := $(shell pwd)
 CFLAGS = $(EXTCFLAGS)
 
-default:
+default: modules
+
+modules:
        $(MAKE) -C $(KERNELDIR) M=$(PWD) CONFIG_LTTNG=m modules
 
 modules_install:
This page took 0.023022 seconds and 4 git commands to generate.