summaryrefslogtreecommitdiff
path: root/src/app/i2cbench/Makefile.inc
blob: 279251ef762c3d67b228dfae688d148604fa83b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# vim:ft=make
#
# Copyright 2020 Daniel Friesel
#
# SPDX-License-Identifier: CC0-1.0

ifdef app
	override arch_drivers += ,i2c
endif

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