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

ifdef app
	override timer_s = 0
	override arch_drivers += ,counter
	override CONFIG_lib_inflate = y
	#COMMON_FLAGS += -Wl,--library-path=src/arch/msp430fr5994lp -T msp430fr5994-no-lea.ld
endif

ifdef deflate_nop
	COMMON_FLAGS += -DDEFLATE_NOP
	override undefine CONFIG_lib_inflate
endif

ifdef deflate_checksum
	override CONFIG_lib_inflate_checksum = y
endif

ifdef deflate_with_lut
	override CONFIG_lib_inflate_lut = y
endif