https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 894717319fcc86dc497135cea6b60a802fc0cb9f authored by Daniel Fort on 09 January 2017, 23:21:13 UTC
dmilligan's advice -- looks perfect and tested in ACR
Tip revision: 8947173
Makefile

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

# include modules environment
include ../Makefile.modules
back to top