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

ifdef app
	override timer_s = 0
	override loop = 0
	override arch_drivers += ,counter
endif

ifdef deflate_nop
	COMMON_FLAGS += -DDEFLATE_NOP
else
	CXX_TARGETS += src/lib/inflate.cc
endif