Skip to content

Commit

Permalink
added missing Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
james-404 committed Jan 27, 2016
1 parent 29912c9 commit 106dc04
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions test/Tests/LMemMultiChannel/build/Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 106dc04

Please sign in to comment.