X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=probes%2FMakefile;h=ee912240cf71bec8670f3fd88bbe905c3555a9f1;hb=49e2f4c4735fb9a6b039c842bb1238b8ca64d062;hp=081136a2a3dd91686d1f446afa3a848ce5f14640;hpb=725528de34601e8155a7d5153a9bd4a5b8e7d9de;p=lttng-modules.git diff --git a/probes/Makefile b/probes/Makefile index 081136a2..ee912240 100644 --- a/probes/Makefile +++ b/probes/Makefile @@ -184,7 +184,7 @@ obj-m += $(shell \ ifneq ($(CONFIG_REGMAP),) obj-m += $(shell \ if [ $(VERSION) -ge 4 \ - \( -o $(VERSION) -eq 3 -a $(PATCHLEVEL) -ge 2 \) ] ; then \ + -o \( $(VERSION) -eq 3 -a $(PATCHLEVEL) -ge 2 \) ] ; then \ echo "lttng-probe-regmap.o" ; fi;) endif