]> rtime.felk.cvut.cz Git - frescor/fosa.git/blob - config_example.mk
Makefile: Add missing header file
[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 FOSA directory.
7 FOSA_PATH = $(FRESCOR_ROOT)/fosa
8
9
10 # the compilation flags
11 CFLAGS = -Wall -g 
12 CFLAGS += -O1  -Wuninitialized