https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: d1e7cb0c68b1d454659d3eef16db7975d0398b08 authored by Daniel Fort on 06 July 2018, 06:03:40 UTC
700D: stub fix
Tip revision: d1e7cb0
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