]> rtime.felk.cvut.cz Git - ulut.git/commitdiff
Integration fixes after uLan project splitting into submodules.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Thu, 5 Nov 2009 16:55:27 +0000 (17:55 +0100)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Thu, 5 Nov 2009 16:55:27 +0000 (17:55 +0100)
ulut/Makefile [new file with mode: 0644]
ulut/Makefile.omk

diff --git a/ulut/Makefile b/ulut/Makefile
new file mode 100644 (file)
index 0000000..b22a357
--- /dev/null
@@ -0,0 +1,14 @@
+# Generic directory or leaf node makefile for OCERA make framework
+
+ifndef MAKERULES_DIR
+MAKERULES_DIR := $(shell ( old_pwd="" ;  while [ ! -e Makefile.rules ] ; do if [ "$$old_pwd" = `pwd`  ] ; then exit 1 ; else old_pwd=`pwd` ; cd -L .. 2>/dev/null ; fi ; done ; pwd ) )
+endif
+
+ifeq ($(MAKERULES_DIR),)
+all : default
+.DEFAULT::
+       @echo -e "\nThe Makefile.rules has not been found in this or partent directory\n"
+else
+include $(MAKERULES_DIR)/Makefile.rules
+endif
+
index 6b97220d00a062b62b3031b83b8607997e3bb33a..beebb8457a46c280423334364243f2c24c539ae0 100644 (file)
@@ -1,7 +1,7 @@
 default_CONFIG = CONFIG_OC_ULUT=y
 default_CONFIG += CONFIG_OC_ULUTKERN=y
 default_CONFIG += CONFIG_OC_ULUTRTL=x
-default_CONFIG += CONFIG_OC_ULUT_TESTS=y
+default_CONFIG += CONFIG_OC_ULUT_TESTS=x
 default_CONFIG += CONFIG_OC_SOLIBS=x
 
 ifeq ($(CONFIG_OC_ULUT),y)