]> rtime.felk.cvut.cz Git - frescor/fosa.git/blob - config_example.mk
Migrating FOSA trunk to d-ac2v2. Phase 1 moving FRSH-FOSA to FOSA
[frescor/fosa.git] / config_example.mk
1 # Platform:  MARTE_OS, DUMMY_OS, RT_LINUX, OSE
2 PLATFORM = MARTE_OS
3
4 FRESCOR_ROOT = $(HOME)/frescor_dev
5
6 # the path to the FRSH directory.
7 FRSH_PATH = $(FRESCOR_ROOT)/frsh
8 # the path to the FOSA directory.
9 FOSA_PATH = $(FRESCOR_ROOT)/fosa
10 # the path to the UTILS directory
11 UTILS_PATH = $(FRESCOR_ROOT)/utils
12
13 # the compilation flags
14 CFLAGS = -Wall -g 
15 CFLAGS += -O1  -Wuninitialized