https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 562217331ecde90a2f49b4aedf2ef2a86c2a661b authored by Daniel Fort on 29 April 2018, 02:16:55 UTC
stub fix - match what was found to be a problem in the 1.0.4 stub
Tip revision: 5622173
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