diff --git a/test/Tests/LMemMultiChannel/build/Makefile b/test/Tests/LMemMultiChannel/build/Makefile new file mode 100644 index 0000000..feddc15 --- /dev/null +++ b/test/Tests/LMemMultiChannel/build/Makefile @@ -0,0 +1,19 @@ +# Usage: type 'make help' + +# ---- Project settings ---- + +WHEREISROOT=../../.. + + +# Assuming Kernel and Manager class names follow the pattern below: +PRJ=LMemMultiChannel +KERNEL=$(PRJ)Kernel +MANAGER=$(PRJ)Manager + + +# Using known hardware settings +include $(WHEREISROOT)/Makefile.Maia.hardware + + +# Using common compillation targets and compiler settings +include $(WHEREISROOT)/Makefile.common