aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/neuros-pkggen/files/Makefile.rules
blob: 17550c5e39a198af55377baf350cbb2ba4a35ac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# *  Copyright(C) 2007 Neuros Technology International LLC. 
# *               <www.neurostechnology.com>
# *
# *  Terminal application make rules..........TQ 2007-02-05

## build target config.
ifeq ($(BUILD_TARGET), ARM)
DEFINES += -DBUILD_TARGET_ARM=1
else
DEFINES += -DBUILD_TARGET_ARM=0
endif

## global test code switch.
ifeq ($(INCLUDE_TEST_CODE), YES)
DEFINES += -DTERMINAL_TEST_CODE=1
else
DEFINES += -DTERMINAL_TEST_CODE=0
endif