X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/fosa.git/blobdiff_plain/37999b8a998a16745afd4b9355fb15c5a55dfae2..3d1082a76a4d382dfc8a4c747f4de8300d48a978:/rules.mk diff --git a/rules.mk b/rules.mk index 2496c47..8d99e3c 100644 --- a/rules.mk +++ b/rules.mk @@ -7,6 +7,16 @@ else endif +CFLAGS += -D$(PLATFORM) \ + -I$(FRSH_PATH)/include \ + -I$(FOSA_PATH)/include \ + -I$(UTILS_PATH)/include + +ifeq ($(PLATFORM), MARTE_OS) + CFLAGS += -I$(FOSA_PATH)/marte_non_local_jump +endif + + none: @exec echo -e "\nPlease introduce a target, i.e: 'make test'";