https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 17426b7b2215dca7856c6ccf9f4001bfa8a50751 authored by Daniel Fort on 08 September 2015, 00:17:34 UTC
Close branch EOS-M-modes-fix.
Tip revision: 17426b7
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