X-Git-Url: https://git.lttng.org/?p=lttng-modules.git;a=blobdiff_plain;f=Makefile;h=1a30e2579815269675b30e5e2d0dd6303771c508;hp=37eb389b4771a12331e5a85e28b59ecb99c154ea;hb=4e16f2eed91ce720b36dbe331fe0b6b5ecc5885a;hpb=a73e53681bc45743f2967be906dd3b587b99f09c diff --git a/Makefile b/Makefile index 37eb389b..1a30e257 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,9 @@ modules_install: clean: $(MAKE) -C $(KERNELDIR) M=$(PWD)/src clean +# The following target is used for development and debugging. It's not part of +# the build system. %.i: %.c - $(MAKE) -C $(KERNELDIR) M=$(PWD)/src CONFIG_LTTNG=m CONFIG_LTTNG_CLOCK_PLUGIN_TEST=m $@ + $(MAKE) -C $(KERNELDIR) M=$(PWD) CONFIG_LTTNG=m CONFIG_LTTNG_CLOCK_PLUGIN_TEST=m $@ endif # KERNELRELEASE