]> rtime.felk.cvut.cz Git - frescor/fosa.git/commitdiff
Added compilation of fosa on AQuoSA to root-level Makefile.omk
authorcucinotta <cucinotta@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 26 Jun 2008 12:51:40 +0000 (12:51 +0000)
committercucinotta <cucinotta@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 26 Jun 2008 12:51:40 +0000 (12:51 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@1300 35b4ef3e-fd22-0410-ab77-dab3279adceb

Makefile.omk

index e6f120f5d33ef0be82f1029f40248e1ab7c1405f..d01c319c67c9c66f8130742c2dfd51e00062a82c 100644 (file)
@@ -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