diff options
Diffstat (limited to 'src/app/i2cbench/Makefile.inc')
-rw-r--r-- | src/app/i2cbench/Makefile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app/i2cbench/Makefile.inc b/src/app/i2cbench/Makefile.inc index d0337fc..15ce127 100644 --- a/src/app/i2cbench/Makefile.inc +++ b/src/app/i2cbench/Makefile.inc @@ -1 +1,5 @@ arch_drivers += ,i2c + +ifneq (${i2cbench_setos}, ) + COMMON_FLAGS += -DI2CBENCH_SETOS=${i2cbench_setos} +endif |