https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: cc221be2f987774d24ba4c149bae88e1d641eed5 authored by a1ex on 15 July 2014, 15:46:02 UTC
Close branch srm-stubs-eosm
Tip revision: cc221be
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