https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: b439e8e8f0dd3c90acc3faea57c1a9dac91d28ad authored by Daniel Fort on 18 August 2017, 04:26:04 UTC
Closed branch compressed_raw-700D-ErwinH
Tip revision: b439e8e
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