Revision 241ac54be75811a032a8a0883b31ed5a841197ab authored by a1ex on 09 May 2015, 20:36:39 UTC, committed by a1ex on 09 May 2015, 20:36:39 UTC
1 parent 7e27010
Raw File
Makefile

# this is a very simple makefile for modules
TOP_DIR=../..

# define the module name - make sure name is max 8 characters
MODULE_NAME=dot_tune
MODULE_OBJS=dot_tune.o

# include modules environment
include $(TOP_DIR)/modules/Makefile.modules
back to top