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

ifdef app
	override arch_drivers += ,i2c
	override drivers += ,mpu9250
endif