X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=build%2Fodu%2Fmakefile;h=d2d994eb74654145f811ca363ed2db8ef2e543e0;hb=c0421fee45d07243f1cc3b2250bd66600f15aac7;hp=2a7efea2cb259bbbfa0434d88b00ce480b478808;hpb=a6fdf00681f781fbccf7aa4bf95582f20e3039bb;p=o-du%2Fl2.git diff --git a/build/odu/makefile b/build/odu/makefile index 2a7efea2c..d2d994eb7 100644 --- a/build/odu/makefile +++ b/build/odu/makefile @@ -44,7 +44,7 @@ PARALLEL_COMP=-j $(NUM_PARALLEL) # # Other apsects of tool chain set here # # These should be made available appropriately to the builds ifeq ($(MACHINE),BIT64) -ifeq ($(COVERAGE),1) +ifeq ($(COVERAGE),ENABLE) CC =gcc -m64 --coverage else CC =gcc -m64 @@ -158,6 +158,7 @@ help: @echo -e "$(OPTS) MODE=TDD - If not specified, MODE=FDD$(NORM)" @echo -e "$(OPTS) PHY=INTEL_L1 - If not specified, Phy stub is used$(NORM)" @echo -e "$(OPTS) PHY_MODE=TIMER - Testing mode for INTEL_L1" + @echo -e "$(OPTS) COVERAGE=ENABLE - To record the code coverage stats. Disabled by default" @echo -e "******************************************************************" prepare_dirs: