X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2FKbuild;h=261c0123be5a138b47dc13a9e17bee18e5883568;hb=6d001e9c8d3f2ed8bfd878793e3146dfc4ecb37a;hp=c43fa8a86451bfe25d73a3fa2c545f08fc17192f;hpb=cd0e562b34209a1196e89b799be2973412a6862a;p=lttng-modules.git diff --git a/probes/Kbuild b/probes/Kbuild index c43fa8a8..261c0123 100644 --- a/probes/Kbuild +++ b/probes/Kbuild @@ -83,27 +83,6 @@ ifneq ($(CONFIG_NET),) echo "lttng-probe-udp.o" ; fi;) endif # CONFIG_NET -ifneq ($(CONFIG_EXT3_FS),) - ext3_dep = $(srctree)/fs/ext3/*.h - ext3_dep_check = $(wildcard $(ext3_dep)) - ext3 = $(shell \ - if [ $(VERSION) -lt 4 -o \( $(VERSION) -eq 4 -a $(PATCHLEVEL) -lt 3 \) ] ; then \ - if [ $(VERSION) -ge 4 -o \( $(VERSION) -eq 3 -a $(PATCHLEVEL) -ge 1 \) ] ; then \ - if [ \( $(VERSION) -ge 4 -o \( $(VERSION) -eq 3 -a $(PATCHLEVEL) -ge 4 \) \) -a \ - -z "$(ext3_dep_check)" ] ; then \ - echo "warn" ; \ - exit ; \ - fi; \ - echo "lttng-probe-ext3.o" ; \ - fi; \ - fi;) - ifeq ($(ext3),warn) - $(warning Files $(ext3_dep) not found. Probe "ext3" is disabled. Use full kernel source tree to enable it.) - ext3 = - endif # $(ext3),warn - obj-$(CONFIG_LTTNG) += $(ext3) -endif # CONFIG_EXT3_FS - ifneq ($(CONFIG_GPIOLIB),) obj-$(CONFIG_LTTNG) += $(shell \ if [ $(VERSION) -ge 3 ] ; then \