blob: 05d0aba19af84942ca819ca861c3aab2f3c308f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# vim:ft=make
#
# Copyright 2020 Birte Kristina Friesel
#
# SPDX-License-Identifier: CC0-1.0
ifdef app
loop = 1
override arch_drivers += ,i2c
CONFIG_driver_max44009 = y
COMMON_FLAGS += -DCONFIG_driver_max44009
endif
|