From: Pavel Pisa Date: Thu, 5 Nov 2009 16:55:27 +0000 (+0100) Subject: Integration fixes after uLan project splitting into submodules. X-Git-Tag: ul_drv-0.8.0-release~7 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/ulut.git/commitdiff_plain/ab33c9bed21ebfd65a03c6ba0b632bf2ff5e01ce Integration fixes after uLan project splitting into submodules. --- diff --git a/ulut/Makefile b/ulut/Makefile new file mode 100644 index 0000000..b22a357 --- /dev/null +++ b/ulut/Makefile @@ -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 + diff --git a/ulut/Makefile.omk b/ulut/Makefile.omk index 6b97220..beebb84 100644 --- a/ulut/Makefile.omk +++ b/ulut/Makefile.omk @@ -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)