developer | 15a4331 | 2022-04-12 11:23:23 +0800 | [diff] [blame] | 1 | commit 61e04f8186c734312e0641a198f96a59f049f666 |
| 2 | Author: Mateusz Bajorski <mbajorski@plume.com> |
| 3 | Date: Thu Jan 30 16:46:33 2020 +0000 |
| 4 | |
| 5 | disable dry run |
| 6 | |
| 7 | diff --git a/src/cm2/unit.mk b/src/cm2/unit.mk |
| 8 | index 8abe642..922e1fd 100644 |
| 9 | --- a/src/cm2/unit.mk |
| 10 | +++ b/src/cm2/unit.mk |
| 11 | @@ -52,6 +52,8 @@ UNIT_LDFLAGS += -ldl |
| 12 | UNIT_LDFLAGS += -lev |
| 13 | UNIT_LDFLAGS += -lrt |
| 14 | |
| 15 | +UNIT_CFLAGS += -DCONFIG_PLUME_CM2_DISABLE_DRYRUN_ON_GRE |
| 16 | + |
| 17 | ifneq ($(CONFIG_USE_KCONFIG),y) |
| 18 | # Disable dryrun on GRE by default for all platforms without KConfig |
| 19 | UNIT_CFLAGS += -DCONFIG_PLUME_CM2_DISABLE_DRYRUN_ON_GRE |