https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 484c3f10a0f2d8b72dd839124ddccd199baaf1ee authored by a1ex on 05 May 2016, 21:08:03 UTC
Close branch generic-cfn
Tip revision: 484c3f1
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