X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=Makefile;h=d06e6764119d4acd0d49745be0ac8a2c4445b5b2;hb=23e6a44f127a046d02dbe8e9895cc2baf0d57c7d;hp=dfa0792bf2484afc3f6f0d34cce9b336b9b3286b;hpb=37303c7509bf98243512fbcd54f481e62f215c4b;p=lttng-modules.git diff --git a/Makefile b/Makefile index dfa0792b..d06e6764 100644 --- a/Makefile +++ b/Makefile @@ -55,4 +55,6 @@ modules_install: clean: $(MAKE) -C $(KERNELDIR) M=$(PWD) clean +%.i: %.c + $(MAKE) -C $(KERNELDIR) M=$(PWD) $@ endif