summaryrefslogtreecommitdiff
path: root/src/app/i2cbench/Makefile.inc
blob: c5241fd953c3a999a24b01dbabbc1af076c4e548 (plain)
1
2
3
4
5
6
7
ifdef app
	override arch_drivers += ,i2c
endif

ifneq (${i2cbench_setos}, )
	COMMON_FLAGS += -DI2CBENCH_SETOS=${i2cbench_setos}
endif