]> rtime.felk.cvut.cz Git - frescor/fna.git/blobdiff - config.mk_example
config
[frescor/fna.git] / config.mk_example
index 1972c0693d38cd9111392ff88a78550babdca9b6..3feb6cdd15950cc53d7f5ab09f953c83cbc0c279 100644 (file)
@@ -5,6 +5,9 @@ PLATFORM_PATH = $(HOME)/marte
 # the path for exporting programs linux_arch -> ./
 EXPORT_PATH = $(HOME)/export
 
+# enable networks with their flag or 'no'
+RTEP_ENABLE = no # RTEP
+
 # the gcc to use
 CC = mgcc
 # the path to the FRSH directory.
@@ -14,6 +17,6 @@ FOSA_PATH = $(HOME)/frescor/fosa
 # the path to the FNA directory.
 FNA_PATH = $(HOME)/frescor/fna
 # the compilation flags
-CFLAGS = -Wall -g -D$(PLATFORM) -I$(FNA_PATH)/include -I$(FRSH_PATH)/include
+CFLAGS = -Wall -g -D$(PLATFORM) -D$(RTEP_ENABLE) -I$(FNA_PATH)/include -I$(FRSH_PATH)/include
 # the library flags
-LDFLAGS = -L$(FNA_PATH)/lib -lfna
\ No newline at end of file
+LDFLAGS = -L$(FNA_PATH)/lib -lfna