Gather detailed info from x86 64 32-bit compat syscall instrumentation
[lttng-modules.git] / instrumentation / syscalls / lttng-syscalls-extractor / Makefile
index 07f09d46b362747ac45c590d7a5cc2e5c2510233..4beb88c05c3ad11433133fe2a02dd1e256d6e6f2 100644 (file)
@@ -1,23 +1 @@
-ifneq ($(KERNELRELEASE),)
-ifneq ($(CONFIG_TRACEPOINTS),)
-
 obj-m += lttng-syscalls-extractor.o
-
-endif
-
-else
-       KERNELDIR ?= /lib/modules/$(shell uname -r)/build
-       PWD := $(shell pwd)
-       CFLAGS = $(EXTCFLAGS)
-
-default:
-       $(MAKE) -C $(KERNELDIR) M=$(PWD) modules
-
-modules_install:
-       $(MAKE) -C $(KERNELDIR) M=$(PWD) modules_install
-       /sbin/depmod -a
-
-clean:
-       $(MAKE) -C $(KERNELDIR) M=$(PWD) clean
-
-endif
This page took 0.022795 seconds and 4 git commands to generate.