12/01/2018 18:49, Anatoly Burakov: > Unlike every other DPDK application's compilation, proc_info's > compilation cannot be turned off on Linux. Fix it by adding a > config option to base linuxapp config. > > Fixes: 22561383ea17 ("app: replace dump_cfg by proc_info") > Cc: maryam.tah...@intel.com > Cc: sta...@dpdk.org > Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> > --- > app/Makefile | 2 +- > config/common_linuxapp | 1 +
You should also add the option in common_base (as disabled), so we keep the list of almost every options in one place.