X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/fosa.git/blobdiff_plain/ce7554c0528fa2696c44f15bffb6ff8f0e4d500a..56fcf98be3d44930f544513e9d4285d9adc6ea54:/Makefile.omk diff --git a/Makefile.omk b/Makefile.omk index e6f120f..d01c319 100644 --- a/Makefile.omk +++ b/Makefile.omk @@ -1,5 +1,9 @@ SUBDIRS=include ifeq ($(PLATFORM),MARTE_OS) -SUBDIRS+=src_marte_os marte_non_local_jump + SUBDIRS+=src_marte_os marte_non_local_jump +endif + +ifeq ($(PLATFORM),AQuoSA) + SUBDIRS+=src_aquosa endif