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

ifdef app
	loop = 1
	override arch_drivers += ,spi
	CONFIG_driver_sharp96 = y
	COMMON_FLAGS += -DCONFIG_driver_sharp96
endif