]> rtime.felk.cvut.cz Git - fpga/virtex2/msp430-cmdproc.git/commitdiff
Initialized directory of 'cmdproc_test' project.
authorVladimir Burian <buriavl2@fel.cvut.cz>
Sat, 9 Apr 2011 19:03:49 +0000 (21:03 +0200)
committerVladimir Burian <buriavl2@fel.cvut.cz>
Sat, 9 Apr 2011 19:03:49 +0000 (21:03 +0200)
Compiling of this test project is now possible.

software/msp430-virtex2-cmdproc_test/Makefile [new file with mode: 0644]
software/msp430-virtex2-cmdproc_test/Makefile.omk [new file with mode: 0644]
software/msp430-virtex2-cmdproc_test/Makefile.rules [new symlink]
software/msp430-virtex2-cmdproc_test/arch [new symlink]
software/msp430-virtex2-cmdproc_test/board [new symlink]
software/msp430-virtex2-cmdproc_test/cmdproc [new symlink]
software/msp430-virtex2-cmdproc_test/config.target [new symlink]
software/msp430-virtex2-cmdproc_test/misc [new symlink]

diff --git a/software/msp430-virtex2-cmdproc_test/Makefile b/software/msp430-virtex2-cmdproc_test/Makefile
new file mode 100644 (file)
index 0000000..cafc99f
--- /dev/null
@@ -0,0 +1,15 @@
+# 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
+
+# DO NOT DELETE
diff --git a/software/msp430-virtex2-cmdproc_test/Makefile.omk b/software/msp430-virtex2-cmdproc_test/Makefile.omk
new file mode 100644 (file)
index 0000000..221ef9f
--- /dev/null
@@ -0,0 +1,6 @@
+# -*- makefile -*-
+
+SUBDIRS = arch board cmdproc misc
+
+-include $(SOURCES_DIR)/Makefile.omk-additional 
+
diff --git a/software/msp430-virtex2-cmdproc_test/Makefile.rules b/software/msp430-virtex2-cmdproc_test/Makefile.rules
new file mode 120000 (symlink)
index 0000000..afb2930
--- /dev/null
@@ -0,0 +1 @@
+../Makefile.rules
\ No newline at end of file
diff --git a/software/msp430-virtex2-cmdproc_test/arch b/software/msp430-virtex2-cmdproc_test/arch
new file mode 120000 (symlink)
index 0000000..90fe9ab
--- /dev/null
@@ -0,0 +1 @@
+../submodule/sysless/arch/
\ No newline at end of file
diff --git a/software/msp430-virtex2-cmdproc_test/board b/software/msp430-virtex2-cmdproc_test/board
new file mode 120000 (symlink)
index 0000000..2ba265e
--- /dev/null
@@ -0,0 +1 @@
+../submodule/sysless/board/
\ No newline at end of file
diff --git a/software/msp430-virtex2-cmdproc_test/cmdproc b/software/msp430-virtex2-cmdproc_test/cmdproc
new file mode 120000 (symlink)
index 0000000..974ac28
--- /dev/null
@@ -0,0 +1 @@
+../submodule/sysless/libs4c/cmdproc/
\ No newline at end of file
diff --git a/software/msp430-virtex2-cmdproc_test/config.target b/software/msp430-virtex2-cmdproc_test/config.target
new file mode 120000 (symlink)
index 0000000..4c84240
--- /dev/null
@@ -0,0 +1 @@
+../submodule/sysless/board/msp430/virtex2/config/config.cmdproc_test
\ No newline at end of file
diff --git a/software/msp430-virtex2-cmdproc_test/misc b/software/msp430-virtex2-cmdproc_test/misc
new file mode 120000 (symlink)
index 0000000..a4be88f
--- /dev/null
@@ -0,0 +1 @@
+../submodule/sysless/libs4c/misc/
\ No newline at end of file