Skip to content

Commit

Permalink
Merge pull request custom-computing-ic#2 from James-Arram/master
Browse files Browse the repository at this point in the history
added missing Makefile
  • Loading branch information
paul-g committed Jan 27, 2016
2 parents aa23e66 + 106dc04 commit 8d8ba46
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 8d8ba46

Please sign in to comment.