X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Makefile;h=8602649a0d3b3890e30920c8437003e9a3fb82e0;hb=8dc748595fc90fbdc7b5f46de3d109cc6bbe1004;hp=93ad9e7ddf736b9cf4af498eddc1bf574af94287;hpb=64621d16b7ed3ff47549cfa851181411c9529702;p=lttng-modules.git diff --git a/Makefile b/Makefile index 93ad9e7d..8602649a 100644 --- a/Makefile +++ b/Makefile @@ -29,13 +29,6 @@ ifneq ($(KERNELRELEASE),) endif endif - ifneq ($(shell \ - if [ $(VERSION) -ge 5 \ - -o \( $(VERSION) -eq 4 -a $(PATCHLEVEL) -ge 10 \) ] ; then \ - echo "true" ; fi;),) - $(warning You are entering uncharted territories adventurer! Proceed with utmost caution (also, lttng-modules 2.8 does not support Linux >= 4.10. You should upgrade to a newer lttng-modules version.)) - endif - include $(TOP_LTTNG_MODULES_DIR)/Makefile.ABI.workarounds ccflags-y += -I$(TOP_LTTNG_MODULES_DIR)