Revision 00c70bdaccb7d25aaf4387a0a2dc60b2c1b1cb72 authored by Chris Miller on 21 February 2019, 19:53:32 UTC, committed by Chris Miller on 21 February 2019, 19:53:32 UTC
3bf2df7, 73990b1, 24dbfdb, c0f8a82, 3e04262 from https://bitbucket.org/chris_miller/ml-fork/branch/5d4-112
1 parent ab004de
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=ettr
MODULE_OBJS=ettr.o

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